Shades of Neon Blue #6450FE
Tints of Neon Blue #6450FE
RGB
CMYK
RGB Variations
Color information
#6450FE (or 0x6450FE) is known color: Neon Blue. HEX triplet: 64, 50 and FE. RGB value is (100,80,254). Sum of RGB (Red+Green+Blue) = 100+80+254=434 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.04% from 434); Green value is 80 (31.64% from 255 or 18.43% from 434); Blue value is 254 (99.61% from 255 or 58.53% from 434); Max value from RGB is 254 - color contains mainly: blue. Hex color #6450FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6450FE is #9BAF01. Grayscale: #696969. Windows color (decimal): -10202882 or 16666724. OLE color: 16666724.
HSL color Cylindrical-coordinate representation of color #6450FE: hue angle of 246.9º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6450FE is Cyan = 0.61, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 80 | 254 | - |
| CMYK | 0.61 | 0.69 | 0 | 0.00 |
| HSL | 246.9º | 0.99% | 0.65% | - |
| HSV(B) | 246.9º | 0.69% | 1% | - |
| XYZ | 26.01 | 15.6 | 95.41 | - |
| YUV | 105.82 | 211.63 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 80 | 254 | 0.61 | 0.69 | 0 | 0.00 | 246.9 | 0.99 | 0.65 |
| Hex | 64 | 50 | FE | 3D | 45 | 0 | 0 | F7 | 63 | 41 |
| Octal | 144 | 120 | 376 | 75 | 105 | 0 | 0 | 367 | 143 | 101 |
| Binary | 1100100 | 1010000 | 11111110 | 111101 | 1000101 | 0 | 0 | 11110111 | 1100011 | 1000001 |
Color Harmonies of #6450FE
Complementary color
Monochromatic Colors of #6450FE
Black with #6450FE
Text Example
Text Example
White with #6450FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6450FE; }
p { color: rgb(100,80,254); }
H1.HeaderClassName
{
color: #6450FE;
}
.AnyTagClassName
{
color: #6450FE;
}
</style>
background-color css
<style>
a { background-color: #6450FE; }
a { background-color: rgb(100,80,254); }
div.DivClassName
{
background-color: #6450FE;
}
.BgClassName
{
background-color: #6450FE;
}
</style>
border-color css
<style>
span { border-color: #6450FE; }
span { border-color: rgb(100,80,254); }
td.TdClassName
{
border-color: #6450FE;
}
.TagClassName
{
border-color: #6450FE;
}
</style>