Shades of Neon Blue #6448FF
Tints of Neon Blue #6448FF
RGB
CMYK
RGB Variations
Color information
#6448FF (or 0x6448FF) is known color: Neon Blue. HEX triplet: 64, 48 and FF. RGB value is (100,72,255). Sum of RGB (Red+Green+Blue) = 100+72+255=427 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.42% from 427); Green value is 72 (28.52% from 255 or 16.86% from 427); Blue value is 255 (100% from 255 or 59.72% from 427); Max value from RGB is 255 - color contains mainly: blue. Hex color #6448FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6448FF is #9BB700. Grayscale: #646464. Windows color (decimal): -10204929 or 16730212. OLE color: 16730212.
HSL color Cylindrical-coordinate representation of color #6448FF: hue angle of 249.18º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6448FF is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 72 | 255 | - |
| CMYK | 0.61 | 0.72 | 0 | 0 |
| HSL | 249.18º | 1% | 0.64% | - |
| HSV(B) | 249.18º | 0.72% | 1% | - |
| XYZ | 25.62 | 14.56 | 96.07 | - |
| YUV | 101.23 | 214.78 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 72 | 255 | 0.61 | 0.72 | 0 | 0 | 249.18 | 1 | 0.64 |
| Hex | 64 | 48 | FF | 3D | 48 | 0 | 0 | F9 | 64 | 40 |
| Octal | 144 | 110 | 377 | 75 | 110 | 0 | 0 | 371 | 144 | 100 |
| Binary | 1100100 | 1001000 | 11111111 | 111101 | 1001000 | 0 | 0 | 11111001 | 1100100 | 1000000 |
Color Harmonies of #6448FF
Complementary color
Monochromatic Colors of #6448FF
Black with #6448FF
Text Example
Text Example
White with #6448FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6448FF; }
p { color: rgb(100,72,255); }
H1.HeaderClassName
{
color: #6448FF;
}
.AnyTagClassName
{
color: #6448FF;
}
</style>
background-color css
<style>
a { background-color: #6448FF; }
a { background-color: rgb(100,72,255); }
div.DivClassName
{
background-color: #6448FF;
}
.BgClassName
{
background-color: #6448FF;
}
</style>
border-color css
<style>
span { border-color: #6448FF; }
span { border-color: rgb(100,72,255); }
td.TdClassName
{
border-color: #6448FF;
}
.TagClassName
{
border-color: #6448FF;
}
</style>