Shades of Neon Blue #6B42F3
Tints of Neon Blue #6B42F3
RGB
CMYK
RGB Variations
Color information
#6B42F3 (or 0x6B42F3) is known color: Neon Blue. HEX triplet: 6B, 42 and F3. RGB value is (107,66,243). Sum of RGB (Red+Green+Blue) = 107+66+243=416 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.72% from 416); Green value is 66 (26.17% from 255 or 15.87% from 416); Blue value is 243 (95.31% from 255 or 58.41% from 416); Max value from RGB is 243 - color contains mainly: blue. Hex color #6B42F3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B42F3 is #94BD0C. Grayscale: #616161. Windows color (decimal): -9747725 or 15942251. OLE color: 15942251.
HSL color Cylindrical-coordinate representation of color #6B42F3: hue angle of 253.9º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6B42F3 is Cyan = 0.56, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 107 | 66 | 243 | - |
| CMYK | 0.56 | 0.73 | 0 | 0.05 |
| HSL | 253.9º | 0.88% | 0.61% | - |
| HSV(B) | 253.9º | 0.73% | 0.95% | - |
| XYZ | 24.19 | 13.49 | 86.12 | - |
| YUV | 98.44 | 209.58 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 66 | 243 | 0.56 | 0.73 | 0 | 0.05 | 253.9 | 0.88 | 0.61 |
| Hex | 6B | 42 | F3 | 38 | 49 | 0 | 5 | FE | 58 | 3D |
| Octal | 153 | 102 | 363 | 70 | 111 | 0 | 5 | 376 | 130 | 75 |
| Binary | 1101011 | 1000010 | 11110011 | 111000 | 1001001 | 0 | 101 | 11111110 | 1011000 | 111101 |
Color Harmonies of #6B42F3
Complementary color
Monochromatic Colors of #6B42F3
Black with #6B42F3
Text Example
Text Example
White with #6B42F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B42F3; }
p { color: rgb(107,66,243); }
H1.HeaderClassName
{
color: #6B42F3;
}
.AnyTagClassName
{
color: #6B42F3;
}
</style>
background-color css
<style>
a { background-color: #6B42F3; }
a { background-color: rgb(107,66,243); }
div.DivClassName
{
background-color: #6B42F3;
}
.BgClassName
{
background-color: #6B42F3;
}
</style>
border-color css
<style>
span { border-color: #6B42F3; }
span { border-color: rgb(107,66,243); }
td.TdClassName
{
border-color: #6B42F3;
}
.TagClassName
{
border-color: #6B42F3;
}
</style>