Shades of Neon Blue #6F3FFC
Tints of Neon Blue #6F3FFC
RGB
CMYK
RGB Variations
Color information
#6F3FFC (or 0x6F3FFC) is known color: Neon Blue. HEX triplet: 6F, 3F and FC. RGB value is (111,63,252). Sum of RGB (Red+Green+Blue) = 111+63+252=426 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.06% from 426); Green value is 63 (25% from 255 or 14.79% from 426); Blue value is 252 (98.83% from 255 or 59.15% from 426); Max value from RGB is 252 - color contains mainly: blue. Hex color #6F3FFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F3FFC is #90C003. Grayscale: #626262. Windows color (decimal): -9486340 or 16531311. OLE color: 16531311.
HSL color Cylindrical-coordinate representation of color #6F3FFC: hue angle of 255.24º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6F3FFC is Cyan = 0.56, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 63 | 252 | - |
| CMYK | 0.56 | 0.75 | 0 | 0.01 |
| HSL | 255.24º | 0.97% | 0.62% | - |
| HSV(B) | 255.24º | 0.75% | 0.99% | - |
| XYZ | 25.9 | 13.96 | 93.43 | - |
| YUV | 98.9 | 214.4 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 63 | 252 | 0.56 | 0.75 | 0 | 0.01 | 255.24 | 0.97 | 0.62 |
| Hex | 6F | 3F | FC | 38 | 4B | 0 | 1 | FF | 61 | 3E |
| Octal | 157 | 77 | 374 | 70 | 113 | 0 | 1 | 377 | 141 | 76 |
| Binary | 1101111 | 111111 | 11111100 | 111000 | 1001011 | 0 | 1 | 11111111 | 1100001 | 111110 |
Color Harmonies of #6F3FFC
Complementary color
Monochromatic Colors of #6F3FFC
Black with #6F3FFC
Text Example
Text Example
White with #6F3FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3FFC; }
p { color: rgb(111,63,252); }
H1.HeaderClassName
{
color: #6F3FFC;
}
.AnyTagClassName
{
color: #6F3FFC;
}
</style>
background-color css
<style>
a { background-color: #6F3FFC; }
a { background-color: rgb(111,63,252); }
div.DivClassName
{
background-color: #6F3FFC;
}
.BgClassName
{
background-color: #6F3FFC;
}
</style>
border-color css
<style>
span { border-color: #6F3FFC; }
span { border-color: rgb(111,63,252); }
td.TdClassName
{
border-color: #6F3FFC;
}
.TagClassName
{
border-color: #6F3FFC;
}
</style>