#6451FC

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

Shades of Neon Blue #6451FC

Tints of Neon Blue #6451FC

Color information

#6451FC (or 0x6451FC) is unknown color: approx Neon Blue. HEX triplet: 64, 51 and FC. RGB value is (100,81,252). Sum of RGB (Red+Green+Blue) = 100+81+252=433 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.09% from 433); Green value is 81 (32.03% from 255 or 18.71% from 433); Blue value is 252 (98.83% from 255 or 58.20% from 433); Max value from RGB is 252 - color contains mainly: blue. Hex color #6451FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6451FC is #9BAE03. Grayscale: #696969. Windows color (decimal): -10202628 or 16535908. OLE color: 16535908.

HSL color Cylindrical-coordinate representation of color #6451FC: hue angle of 246.67º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6451FC is Cyan = 0.60, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB10081252-
CMYK0.600.6800.01
HSL246.67º96.61%65.29%-
HSV(B)246.67º67.86%98.82%-
XYZ25.7715.6293.75-
YUV106.18210.29123.6-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.09%
GREEN value IS 81 (32.03% from 255) = 18.71%
BLUE value IS 252 (98.83% from 255) = 58.20%
R=23.09%
G=18.71%
B=58.20%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal100812520.600.6800.01246.6796.6165.29
Hex6451FC3C4401f76141
Octal1441213747410401367141101
Binary11001001010001111111001111001000100011111011111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6451FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6451FC; }

 p { color: rgb(100,81,252); }

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

<style>
 a { background-color: #6451FC; }

 a { background-color: rgb(100,81,252); }

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

<style>
 span { border-color: #6451FC; }

 span { border-color: rgb(100,81,252); }

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