Shades of Neon Blue #6445FA
Tints of Neon Blue #6445FA
RGB
CMYK
RGB Variations
Color information
#6445FA (or 0x6445FA) is known color: Neon Blue. HEX triplet: 64, 45 and FA. RGB value is (100,69,250). Sum of RGB (Red+Green+Blue) = 100+69+250=419 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.87% from 419); Green value is 69 (27.34% from 255 or 16.47% from 419); Blue value is 250 (98.05% from 255 or 59.67% from 419); Max value from RGB is 250 - color contains mainly: blue. Hex color #6445FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6445FA is #9BBA05. Grayscale: #626262. Windows color (decimal): -10205702 or 16401764. OLE color: 16401764.
HSL color Cylindrical-coordinate representation of color #6445FA: hue angle of 250.28º 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 #6445FA is Cyan = 0.6, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 69 | 250 | - |
| CMYK | 0.6 | 0.72 | 0 | 0.02 |
| HSL | 250.28º | 0.95% | 0.63% | - |
| HSV(B) | 250.28º | 0.72% | 0.98% | - |
| XYZ | 24.64 | 13.87 | 91.82 | - |
| YUV | 98.9 | 213.27 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 69 | 250 | 0.6 | 0.72 | 0 | 0.02 | 250.28 | 0.95 | 0.63 |
| Hex | 64 | 45 | FA | 3C | 48 | 0 | 2 | FA | 5F | 3F |
| Octal | 144 | 105 | 372 | 74 | 110 | 0 | 2 | 372 | 137 | 77 |
| Binary | 1100100 | 1000101 | 11111010 | 111100 | 1001000 | 0 | 10 | 11111010 | 1011111 | 111111 |
Color Harmonies of #6445FA
Complementary color
Monochromatic Colors of #6445FA
Black with #6445FA
Text Example
Text Example
White with #6445FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6445FA; }
p { color: rgb(100,69,250); }
H1.HeaderClassName
{
color: #6445FA;
}
.AnyTagClassName
{
color: #6445FA;
}
</style>
background-color css
<style>
a { background-color: #6445FA; }
a { background-color: rgb(100,69,250); }
div.DivClassName
{
background-color: #6445FA;
}
.BgClassName
{
background-color: #6445FA;
}
</style>
border-color css
<style>
span { border-color: #6445FA; }
span { border-color: rgb(100,69,250); }
td.TdClassName
{
border-color: #6445FA;
}
.TagClassName
{
border-color: #6445FA;
}
</style>