#634AF6

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

Shades of Neon Blue #634AF6

Tints of Neon Blue #634AF6

Color information

#634AF6 (or 0x634AF6) is unknown color: approx Neon Blue. HEX triplet: 63, 4A and F6. RGB value is (99,74,246). Sum of RGB (Red+Green+Blue) = 99+74+246=419 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.63% from 419); Green value is 74 (29.30% from 255 or 17.66% from 419); Blue value is 246 (96.48% from 255 or 58.71% from 419); Max value from RGB is 246 - color contains mainly: blue. Hex color #634AF6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #634AF6 is #9CB509. Grayscale: #646464. Windows color (decimal): -10269962 or 16140899. OLE color: 16140899.

HSL color Cylindrical-coordinate representation of color #634AF6: hue angle of 248.72º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #634AF6 is Cyan = 0.60, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB9974246-
CMYK0.600.7000.04
HSL248.72º90.53%62.75%-
HSV(B)248.72º69.92%96.47%-
XYZ24.2314.288.65-
YUV101.08209.78126.51-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.63%
GREEN value IS 74 (29.30% from 255) = 17.66%
BLUE value IS 246 (96.48% from 255) = 58.71%
R=23.63%
G=17.66%
B=58.71%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal99742460.600.7000.04248.7290.5362.75
Hex634AF63C4604f95b3f
Octal143112366741060437113377
Binary110001110010101111011011110010001100100111110011011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634AF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,74,246); }

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

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

 a { background-color: rgb(99,74,246); }

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

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

 span { border-color: rgb(99,74,246); }

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