Shades of Neon Blue #6E44FD
Tints of Neon Blue #6E44FD
RGB
CMYK
RGB Variations
Color information
#6E44FD (or 0x6E44FD) is known color: Neon Blue. HEX triplet: 6E, 44 and FD. RGB value is (110,68,253). Sum of RGB (Red+Green+Blue) = 110+68+253=431 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.52% from 431); Green value is 68 (26.95% from 255 or 15.78% from 431); Blue value is 253 (99.22% from 255 or 58.70% from 431); Max value from RGB is 253 - color contains mainly: blue. Hex color #6E44FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E44FD is #91BB02. Grayscale: #646464. Windows color (decimal): -9550595 or 16598126. OLE color: 16598126.
HSL color Cylindrical-coordinate representation of color #6E44FD: hue angle of 253.62º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6E44FD is Cyan = 0.57, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 110 | 68 | 253 | - |
| CMYK | 0.57 | 0.73 | 0 | 0.01 |
| HSL | 253.62º | 0.98% | 0.63% | - |
| HSV(B) | 253.62º | 0.73% | 0.99% | - |
| XYZ | 26.23 | 14.54 | 94.35 | - |
| YUV | 101.65 | 213.41 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 68 | 253 | 0.57 | 0.73 | 0 | 0.01 | 253.62 | 0.98 | 0.63 |
| Hex | 6E | 44 | FD | 39 | 49 | 0 | 1 | FE | 62 | 3F |
| Octal | 156 | 104 | 375 | 71 | 111 | 0 | 1 | 376 | 142 | 77 |
| Binary | 1101110 | 1000100 | 11111101 | 111001 | 1001001 | 0 | 1 | 11111110 | 1100010 | 111111 |
Color Harmonies of #6E44FD
Complementary color
Monochromatic Colors of #6E44FD
Black with #6E44FD
Text Example
Text Example
White with #6E44FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E44FD; }
p { color: rgb(110,68,253); }
H1.HeaderClassName
{
color: #6E44FD;
}
.AnyTagClassName
{
color: #6E44FD;
}
</style>
background-color css
<style>
a { background-color: #6E44FD; }
a { background-color: rgb(110,68,253); }
div.DivClassName
{
background-color: #6E44FD;
}
.BgClassName
{
background-color: #6E44FD;
}
</style>
border-color css
<style>
span { border-color: #6E44FD; }
span { border-color: rgb(110,68,253); }
td.TdClassName
{
border-color: #6E44FD;
}
.TagClassName
{
border-color: #6E44FD;
}
</style>