Shades of Neon Blue #6B42EE
Tints of Neon Blue #6B42EE
RGB
CMYK
RGB Variations
Color information
#6B42EE (or 0x6B42EE) is known color: Neon Blue. HEX triplet: 6B, 42 and EE. RGB value is (107,66,238). Sum of RGB (Red+Green+Blue) = 107+66+238=411 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.03% from 411); Green value is 66 (26.17% from 255 or 16.06% from 411); Blue value is 238 (93.36% from 255 or 57.91% from 411); Max value from RGB is 238 - color contains mainly: blue. Hex color #6B42EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B42EE is #94BD11. Grayscale: #616161. Windows color (decimal): -9747730 or 15614571. OLE color: 15614571.
HSL color Cylindrical-coordinate representation of color #6B42EE: hue angle of 254.3º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6B42EE is Cyan = 0.55, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 66 | 238 | - |
| CMYK | 0.55 | 0.72 | 0 | 0.07 |
| HSL | 254.3º | 0.83% | 0.6% | - |
| HSV(B) | 254.3º | 0.72% | 0.93% | - |
| XYZ | 23.44 | 13.2 | 82.2 | - |
| YUV | 97.87 | 207.08 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 66 | 238 | 0.55 | 0.72 | 0 | 0.07 | 254.3 | 0.83 | 0.6 |
| Hex | 6B | 42 | EE | 37 | 48 | 0 | 7 | FE | 53 | 3C |
| Octal | 153 | 102 | 356 | 67 | 110 | 0 | 7 | 376 | 123 | 74 |
| Binary | 1101011 | 1000010 | 11101110 | 110111 | 1001000 | 0 | 111 | 11111110 | 1010011 | 111100 |
Color Harmonies of #6B42EE
Complementary color
Monochromatic Colors of #6B42EE
Black with #6B42EE
Text Example
Text Example
White with #6B42EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B42EE; }
p { color: rgb(107,66,238); }
H1.HeaderClassName
{
color: #6B42EE;
}
.AnyTagClassName
{
color: #6B42EE;
}
</style>
background-color css
<style>
a { background-color: #6B42EE; }
a { background-color: rgb(107,66,238); }
div.DivClassName
{
background-color: #6B42EE;
}
.BgClassName
{
background-color: #6B42EE;
}
</style>
border-color css
<style>
span { border-color: #6B42EE; }
span { border-color: rgb(107,66,238); }
td.TdClassName
{
border-color: #6B42EE;
}
.TagClassName
{
border-color: #6B42EE;
}
</style>