Shades of Neon Blue #6F42FD
Tints of Neon Blue #6F42FD
RGB
CMYK
RGB Variations
Color information
#6F42FD (or 0x6F42FD) is known color: Neon Blue. HEX triplet: 6F, 42 and FD. RGB value is (111,66,253). Sum of RGB (Red+Green+Blue) = 111+66+253=430 (56% of max value = 765). Red value is 111 (43.75% from 255 or 25.81% from 430); Green value is 66 (26.17% from 255 or 15.35% from 430); Blue value is 253 (99.22% from 255 or 58.84% from 430); Max value from RGB is 253 - color contains mainly: blue. Hex color #6F42FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F42FD is #90BD02. Grayscale: #646464. Windows color (decimal): -9485571 or 16597615. OLE color: 16597615.
HSL color Cylindrical-coordinate representation of color #6F42FD: hue angle of 254.44º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6F42FD is Cyan = 0.56, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 66 | 253 | - |
| CMYK | 0.56 | 0.74 | 0 | 0.01 |
| HSL | 254.44º | 0.98% | 0.63% | - |
| HSV(B) | 254.44º | 0.74% | 0.99% | - |
| XYZ | 26.23 | 14.37 | 94.32 | - |
| YUV | 100.77 | 213.91 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 66 | 253 | 0.56 | 0.74 | 0 | 0.01 | 254.44 | 0.98 | 0.63 |
| Hex | 6F | 42 | FD | 38 | 4A | 0 | 1 | FE | 62 | 3F |
| Octal | 157 | 102 | 375 | 70 | 112 | 0 | 1 | 376 | 142 | 77 |
| Binary | 1101111 | 1000010 | 11111101 | 111000 | 1001010 | 0 | 1 | 11111110 | 1100010 | 111111 |
Color Harmonies of #6F42FD
Complementary color
Monochromatic Colors of #6F42FD
Black with #6F42FD
Text Example
Text Example
White with #6F42FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F42FD; }
p { color: rgb(111,66,253); }
H1.HeaderClassName
{
color: #6F42FD;
}
.AnyTagClassName
{
color: #6F42FD;
}
</style>
background-color css
<style>
a { background-color: #6F42FD; }
a { background-color: rgb(111,66,253); }
div.DivClassName
{
background-color: #6F42FD;
}
.BgClassName
{
background-color: #6F42FD;
}
</style>
border-color css
<style>
span { border-color: #6F42FD; }
span { border-color: rgb(111,66,253); }
td.TdClassName
{
border-color: #6F42FD;
}
.TagClassName
{
border-color: #6F42FD;
}
</style>