Shades of Neon Blue #6450F8
Tints of Neon Blue #6450F8
RGB
CMYK
RGB Variations
Color information
#6450F8 (or 0x6450F8) is known color: Neon Blue. HEX triplet: 64, 50 and F8. RGB value is (100,80,248). Sum of RGB (Red+Green+Blue) = 100+80+248=428 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.36% from 428); Green value is 80 (31.64% from 255 or 18.69% from 428); Blue value is 248 (97.27% from 255 or 57.94% from 428); Max value from RGB is 248 - color contains mainly: blue. Hex color #6450F8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6450F8 is #9BAF07. Grayscale: #686868. Windows color (decimal): -10202888 or 16273508. OLE color: 16273508.
HSL color Cylindrical-coordinate representation of color #6450F8: hue angle of 247.14º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6450F8 is Cyan = 0.60, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 100 | 80 | 248 | - |
| CMYK | 0.60 | 0.68 | 0 | 0.03 |
| HSL | 247.14º | 0.92% | 0.64% | - |
| HSV(B) | 247.14º | 0.68% | 0.97% | - |
| XYZ | 25.07 | 15.22 | 90.42 | - |
| YUV | 105.13 | 208.63 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 80 | 248 | 0.60 | 0.68 | 0 | 0.03 | 247.14 | 0.92 | 0.64 |
| Hex | 64 | 50 | F8 | 3C | 44 | 0 | 3 | F7 | 5C | 40 |
| Octal | 144 | 120 | 370 | 74 | 104 | 0 | 3 | 367 | 134 | 100 |
| Binary | 1100100 | 1010000 | 11111000 | 111100 | 1000100 | 0 | 11 | 11110111 | 1011100 | 1000000 |
Color Harmonies of #6450F8
Complementary color
Monochromatic Colors of #6450F8
Black with #6450F8
Text Example
Text Example
White with #6450F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6450F8; }
p { color: rgb(100,80,248); }
H1.HeaderClassName
{
color: #6450F8;
}
.AnyTagClassName
{
color: #6450F8;
}
</style>
background-color css
<style>
a { background-color: #6450F8; }
a { background-color: rgb(100,80,248); }
div.DivClassName
{
background-color: #6450F8;
}
.BgClassName
{
background-color: #6450F8;
}
</style>
border-color css
<style>
span { border-color: #6450F8; }
span { border-color: rgb(100,80,248); }
td.TdClassName
{
border-color: #6450F8;
}
.TagClassName
{
border-color: #6450F8;
}
</style>