Shades of Neon Blue #6E45FF
Tints of Neon Blue #6E45FF
RGB
CMYK
RGB Variations
Color information
#6E45FF (or 0x6E45FF) is known color: Neon Blue. HEX triplet: 6E, 45 and FF. RGB value is (110,69,255). Sum of RGB (Red+Green+Blue) = 110+69+255=434 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.35% from 434); Green value is 69 (27.34% from 255 or 15.90% from 434); Blue value is 255 (100% from 255 or 58.76% from 434); Max value from RGB is 255 - color contains mainly: blue. Hex color #6E45FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E45FF is #91BA00. Grayscale: #656565. Windows color (decimal): -9550337 or 16729454. OLE color: 16729454.
HSL color Cylindrical-coordinate representation of color #6E45FF: hue angle of 253.23º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6E45FF is Cyan = 0.57, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 110 | 69 | 255 | - |
| CMYK | 0.57 | 0.73 | 0 | 0 |
| HSL | 253.23º | 1% | 0.64% | - |
| HSV(B) | 253.23º | 0.73% | 1% | - |
| XYZ | 26.61 | 14.79 | 96.06 | - |
| YUV | 102.46 | 214.08 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 69 | 255 | 0.57 | 0.73 | 0 | 0 | 253.23 | 1 | 0.64 |
| Hex | 6E | 45 | FF | 39 | 49 | 0 | 0 | FD | 64 | 40 |
| Octal | 156 | 105 | 377 | 71 | 111 | 0 | 0 | 375 | 144 | 100 |
| Binary | 1101110 | 1000101 | 11111111 | 111001 | 1001001 | 0 | 0 | 11111101 | 1100100 | 1000000 |
Color Harmonies of #6E45FF
Complementary color
Monochromatic Colors of #6E45FF
Black with #6E45FF
Text Example
Text Example
White with #6E45FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E45FF; }
p { color: rgb(110,69,255); }
H1.HeaderClassName
{
color: #6E45FF;
}
.AnyTagClassName
{
color: #6E45FF;
}
</style>
background-color css
<style>
a { background-color: #6E45FF; }
a { background-color: rgb(110,69,255); }
div.DivClassName
{
background-color: #6E45FF;
}
.BgClassName
{
background-color: #6E45FF;
}
</style>
border-color css
<style>
span { border-color: #6E45FF; }
span { border-color: rgb(110,69,255); }
td.TdClassName
{
border-color: #6E45FF;
}
.TagClassName
{
border-color: #6E45FF;
}
</style>