Shades of Neon Blue #6F42FC
Tints of Neon Blue #6F42FC
RGB
CMYK
RGB Variations
Color information
#6F42FC (or 0x6F42FC) is known color: Neon Blue. HEX triplet: 6F, 42 and FC. RGB value is (111,66,252). Sum of RGB (Red+Green+Blue) = 111+66+252=429 (56% of max value = 765). Red value is 111 (43.75% from 255 or 25.87% from 429); Green value is 66 (26.17% from 255 or 15.38% from 429); Blue value is 252 (98.83% from 255 or 58.74% from 429); Max value from RGB is 252 - color contains mainly: blue. Hex color #6F42FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F42FC is #90BD03. Grayscale: #636363. Windows color (decimal): -9485572 or 16532079. OLE color: 16532079.
HSL color Cylindrical-coordinate representation of color #6F42FC: hue angle of 254.52º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6F42FC is Cyan = 0.56, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 66 | 252 | - |
| CMYK | 0.56 | 0.74 | 0 | 0.01 |
| HSL | 254.52º | 0.97% | 0.62% | - |
| HSV(B) | 254.52º | 0.74% | 0.99% | - |
| XYZ | 26.07 | 14.3 | 93.48 | - |
| YUV | 100.66 | 213.41 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 66 | 252 | 0.56 | 0.74 | 0 | 0.01 | 254.52 | 0.97 | 0.62 |
| Hex | 6F | 42 | FC | 38 | 4A | 0 | 1 | FF | 61 | 3E |
| Octal | 157 | 102 | 374 | 70 | 112 | 0 | 1 | 377 | 141 | 76 |
| Binary | 1101111 | 1000010 | 11111100 | 111000 | 1001010 | 0 | 1 | 11111111 | 1100001 | 111110 |
Color Harmonies of #6F42FC
Complementary color
Monochromatic Colors of #6F42FC
Black with #6F42FC
Text Example
Text Example
White with #6F42FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F42FC; }
p { color: rgb(111,66,252); }
H1.HeaderClassName
{
color: #6F42FC;
}
.AnyTagClassName
{
color: #6F42FC;
}
</style>
background-color css
<style>
a { background-color: #6F42FC; }
a { background-color: rgb(111,66,252); }
div.DivClassName
{
background-color: #6F42FC;
}
.BgClassName
{
background-color: #6F42FC;
}
</style>
border-color css
<style>
span { border-color: #6F42FC; }
span { border-color: rgb(111,66,252); }
td.TdClassName
{
border-color: #6F42FC;
}
.TagClassName
{
border-color: #6F42FC;
}
</style>