Shades of Neon Blue #6448FE
Tints of Neon Blue #6448FE
RGB
CMYK
RGB Variations
Color information
#6448FE (or 0x6448FE) is known color: Neon Blue. HEX triplet: 64, 48 and FE. RGB value is (100,72,254). Sum of RGB (Red+Green+Blue) = 100+72+254=426 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.47% from 426); Green value is 72 (28.52% from 255 or 16.90% from 426); Blue value is 254 (99.61% from 255 or 59.62% from 426); Max value from RGB is 254 - color contains mainly: blue. Hex color #6448FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6448FE is #9BB701. Grayscale: #646464. Windows color (decimal): -10204930 or 16664676. OLE color: 16664676.
HSL color Cylindrical-coordinate representation of color #6448FE: hue angle of 249.23º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6448FE is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 72 | 254 | - |
| CMYK | 0.61 | 0.72 | 0 | 0.00 |
| HSL | 249.23º | 0.99% | 0.64% | - |
| HSV(B) | 249.23º | 0.72% | 1% | - |
| XYZ | 25.46 | 14.5 | 95.22 | - |
| YUV | 101.12 | 214.28 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 72 | 254 | 0.61 | 0.72 | 0 | 0.00 | 249.23 | 0.99 | 0.64 |
| Hex | 64 | 48 | FE | 3D | 48 | 0 | 0 | F9 | 63 | 40 |
| Octal | 144 | 110 | 376 | 75 | 110 | 0 | 0 | 371 | 143 | 100 |
| Binary | 1100100 | 1001000 | 11111110 | 111101 | 1001000 | 0 | 0 | 11111001 | 1100011 | 1000000 |
Color Harmonies of #6448FE
Complementary color
Monochromatic Colors of #6448FE
Black with #6448FE
Text Example
Text Example
White with #6448FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6448FE; }
p { color: rgb(100,72,254); }
H1.HeaderClassName
{
color: #6448FE;
}
.AnyTagClassName
{
color: #6448FE;
}
</style>
background-color css
<style>
a { background-color: #6448FE; }
a { background-color: rgb(100,72,254); }
div.DivClassName
{
background-color: #6448FE;
}
.BgClassName
{
background-color: #6448FE;
}
</style>
border-color css
<style>
span { border-color: #6448FE; }
span { border-color: rgb(100,72,254); }
td.TdClassName
{
border-color: #6448FE;
}
.TagClassName
{
border-color: #6448FE;
}
</style>