Shades of Neon Blue #6446FD
Tints of Neon Blue #6446FD
RGB
CMYK
RGB Variations
Color information
#6446FD (or 0x6446FD) is known color: Neon Blue. HEX triplet: 64, 46 and FD. RGB value is (100,70,253). Sum of RGB (Red+Green+Blue) = 100+70+253=423 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.64% from 423); Green value is 70 (27.73% from 255 or 16.55% from 423); Blue value is 253 (99.22% from 255 or 59.81% from 423); Max value from RGB is 253 - color contains mainly: blue. Hex color #6446FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6446FD is #9BB902. Grayscale: #636363. Windows color (decimal): -10205443 or 16598628. OLE color: 16598628.
HSL color Cylindrical-coordinate representation of color #6446FD: hue angle of 249.84º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6446FD is Cyan = 0.60, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 70 | 253 | - |
| CMYK | 0.60 | 0.72 | 0 | 0.01 |
| HSL | 249.84º | 0.98% | 0.63% | - |
| HSV(B) | 249.84º | 0.72% | 0.99% | - |
| XYZ | 25.18 | 14.18 | 94.34 | - |
| YUV | 99.83 | 214.44 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 70 | 253 | 0.60 | 0.72 | 0 | 0.01 | 249.84 | 0.98 | 0.63 |
| Hex | 64 | 46 | FD | 3C | 48 | 0 | 1 | FA | 62 | 3F |
| Octal | 144 | 106 | 375 | 74 | 110 | 0 | 1 | 372 | 142 | 77 |
| Binary | 1100100 | 1000110 | 11111101 | 111100 | 1001000 | 0 | 1 | 11111010 | 1100010 | 111111 |
Color Harmonies of #6446FD
Complementary color
Monochromatic Colors of #6446FD
Black with #6446FD
Text Example
Text Example
White with #6446FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6446FD; }
p { color: rgb(100,70,253); }
H1.HeaderClassName
{
color: #6446FD;
}
.AnyTagClassName
{
color: #6446FD;
}
</style>
background-color css
<style>
a { background-color: #6446FD; }
a { background-color: rgb(100,70,253); }
div.DivClassName
{
background-color: #6446FD;
}
.BgClassName
{
background-color: #6446FD;
}
</style>
border-color css
<style>
span { border-color: #6446FD; }
span { border-color: rgb(100,70,253); }
td.TdClassName
{
border-color: #6446FD;
}
.TagClassName
{
border-color: #6446FD;
}
</style>