#6451FA

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

Shades of Neon Blue #6451FA

Tints of Neon Blue #6451FA

Color information

#6451FA (or 0x6451FA) is unknown color: approx Neon Blue. HEX triplet: 64, 51 and FA. RGB value is (100,81,250). Sum of RGB (Red+Green+Blue) = 100+81+250=431 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.20% from 431); Green value is 81 (32.03% from 255 or 18.79% from 431); Blue value is 250 (98.05% from 255 or 58.00% from 431); Max value from RGB is 250 - color contains mainly: blue. Hex color #6451FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6451FA is #9BAE05. Grayscale: #696969. Windows color (decimal): -10202630 or 16404836. OLE color: 16404836.

HSL color Cylindrical-coordinate representation of color #6451FA: hue angle of 246.75º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6451FA is Cyan = 0.6, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB10081250-
CMYK0.60.6800.02
HSL246.75º94.41%64.9%-
HSV(B)246.75º67.6%98.04%-
XYZ25.4515.592.09-
YUV105.95209.29123.76-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.20%
GREEN value IS 81 (32.03% from 255) = 18.79%
BLUE value IS 250 (98.05% from 255) = 58.00%
R=23.20%
G=18.79%
B=58.00%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal100812500.60.6800.02246.7594.4164.9
Hex6451FA3C4402f75e41
Octal1441213727410402367136101
Binary110010010100011111101011110010001000101111011110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6451FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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