#634FF1

Color #634FF1 Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #634FF1

Tints of Neon Blue #634FF1

Color information

#634FF1 (or 0x634FF1) is unknown color: approx Neon Blue. HEX triplet: 63, 4F and F1. RGB value is (99,79,241). Sum of RGB (Red+Green+Blue) = 99+79+241=419 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.63% from 419); Green value is 79 (31.25% from 255 or 18.85% from 419); Blue value is 241 (94.53% from 255 or 57.52% from 419); Max value from RGB is 241 - color contains mainly: blue. Hex color #634FF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #634FF1 is #9CB00E. Grayscale: #666666. Windows color (decimal): -10268687 or 15814499. OLE color: 15814499.

HSL color Cylindrical-coordinate representation of color #634FF1: hue angle of 247.41º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #634FF1 is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB9979241-
CMYK0.590.6700.05
HSL247.41º85.26%62.75%-
HSV(B)247.41º67.22%94.51%-
XYZ23.8214.684.78-
YUV103.45205.63124.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 99 (39.06% from 255) = 23.63%
GREEN value IS 79 (31.25% from 255) = 18.85%
BLUE value IS 241 (94.53% from 255) = 57.52%
R=23.63%
G=18.85%
B=57.52%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal99792410.590.6700.05247.4185.2662.75
Hex634FF13B4305f7553f
Octal143117361731030536712577
Binary110001110011111111000111101110000110101111101111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634FF1; }

 p { color: rgb(99,79,241); }

 H1.HeaderClassName
 {
   color: #634FF1;
 }
 .AnyTagClassName
 {
   color: #634FF1;
 }
</style>
background-color css

<style>
 a { background-color: #634FF1; }

 a { background-color: rgb(99,79,241); }

 div.DivClassName
 {
   background-color: #634FF1;
 }
 .BgClassName
 {
   background-color: #634FF1;
 }
</style>
border-color css

<style>
 span { border-color: #634FF1; }

 span { border-color: rgb(99,79,241); }

 td.TdClassName
 {
   border-color: #634FF1;
 }
 .TagClassName
 {
   border-color: #634FF1;
 }
</style>