Shades of Neon Blue #6E3EFB
Tints of Neon Blue #6E3EFB
RGB
CMYK
RGB Variations
Color information
#6E3EFB (or 0x6E3EFB) is known color: Neon Blue. HEX triplet: 6E, 3E and FB. RGB value is (110,62,251). Sum of RGB (Red+Green+Blue) = 110+62+251=423 (56% of max value = 765). Red value is 110 (43.36% from 255 or 26.00% from 423); Green value is 62 (24.61% from 255 or 14.66% from 423); Blue value is 251 (98.44% from 255 or 59.34% from 423); Max value from RGB is 251 - color contains mainly: blue. Hex color #6E3EFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E3EFB is #91C104. Grayscale: #616161. Windows color (decimal): -9552133 or 16465518. OLE color: 16465518.
HSL color Cylindrical-coordinate representation of color #6E3EFB: hue angle of 255.24º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6E3EFB is Cyan = 0.56, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 110 | 62 | 251 | - |
| CMYK | 0.56 | 0.75 | 0 | 0.02 |
| HSL | 255.24º | 0.96% | 0.61% | - |
| HSV(B) | 255.24º | 0.75% | 0.98% | - |
| XYZ | 25.57 | 13.73 | 92.57 | - |
| YUV | 97.9 | 214.4 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 62 | 251 | 0.56 | 0.75 | 0 | 0.02 | 255.24 | 0.96 | 0.61 |
| Hex | 6E | 3E | FB | 38 | 4B | 0 | 2 | FF | 60 | 3D |
| Octal | 156 | 76 | 373 | 70 | 113 | 0 | 2 | 377 | 140 | 75 |
| Binary | 1101110 | 111110 | 11111011 | 111000 | 1001011 | 0 | 10 | 11111111 | 1100000 | 111101 |
Color Harmonies of #6E3EFB
Complementary color
Monochromatic Colors of #6E3EFB
Black with #6E3EFB
Text Example
Text Example
White with #6E3EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3EFB; }
p { color: rgb(110,62,251); }
H1.HeaderClassName
{
color: #6E3EFB;
}
.AnyTagClassName
{
color: #6E3EFB;
}
</style>
background-color css
<style>
a { background-color: #6E3EFB; }
a { background-color: rgb(110,62,251); }
div.DivClassName
{
background-color: #6E3EFB;
}
.BgClassName
{
background-color: #6E3EFB;
}
</style>
border-color css
<style>
span { border-color: #6E3EFB; }
span { border-color: rgb(110,62,251); }
td.TdClassName
{
border-color: #6E3EFB;
}
.TagClassName
{
border-color: #6E3EFB;
}
</style>