Shades of Neon Blue #6447FA
Tints of Neon Blue #6447FA
RGB
CMYK
RGB Variations
Color information
#6447FA (or 0x6447FA) is known color: Neon Blue. HEX triplet: 64, 47 and FA. RGB value is (100,71,250). Sum of RGB (Red+Green+Blue) = 100+71+250=421 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.75% from 421); Green value is 71 (28.12% from 255 or 16.86% from 421); Blue value is 250 (98.05% from 255 or 59.38% from 421); Max value from RGB is 250 - color contains mainly: blue. Hex color #6447FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6447FA is #9BB805. Grayscale: #636363. Windows color (decimal): -10205190 or 16402276. OLE color: 16402276.
HSL color Cylindrical-coordinate representation of color #6447FA: hue angle of 249.72º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6447FA is Cyan = 0.6, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 71 | 250 | - |
| CMYK | 0.6 | 0.72 | 0 | 0.02 |
| HSL | 249.72º | 0.95% | 0.63% | - |
| HSV(B) | 249.72º | 0.72% | 0.98% | - |
| XYZ | 24.76 | 14.12 | 91.86 | - |
| YUV | 100.08 | 212.61 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 71 | 250 | 0.6 | 0.72 | 0 | 0.02 | 249.72 | 0.95 | 0.63 |
| Hex | 64 | 47 | FA | 3C | 48 | 0 | 2 | FA | 5F | 3F |
| Octal | 144 | 107 | 372 | 74 | 110 | 0 | 2 | 372 | 137 | 77 |
| Binary | 1100100 | 1000111 | 11111010 | 111100 | 1001000 | 0 | 10 | 11111010 | 1011111 | 111111 |
Color Harmonies of #6447FA
Complementary color
Monochromatic Colors of #6447FA
Black with #6447FA
Text Example
Text Example
White with #6447FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6447FA; }
p { color: rgb(100,71,250); }
H1.HeaderClassName
{
color: #6447FA;
}
.AnyTagClassName
{
color: #6447FA;
}
</style>
background-color css
<style>
a { background-color: #6447FA; }
a { background-color: rgb(100,71,250); }
div.DivClassName
{
background-color: #6447FA;
}
.BgClassName
{
background-color: #6447FA;
}
</style>
border-color css
<style>
span { border-color: #6447FA; }
span { border-color: rgb(100,71,250); }
td.TdClassName
{
border-color: #6447FA;
}
.TagClassName
{
border-color: #6447FA;
}
</style>