Shades of Neon Blue #6F3BFD
Tints of Neon Blue #6F3BFD
RGB
CMYK
RGB Variations
Color information
#6F3BFD (or 0x6F3BFD) is known color: Neon Blue. HEX triplet: 6F, 3B and FD. RGB value is (111,59,253). Sum of RGB (Red+Green+Blue) = 111+59+253=423 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.24% from 423); Green value is 59 (23.44% from 255 or 13.95% from 423); Blue value is 253 (99.22% from 255 or 59.81% from 423); Max value from RGB is 253 - color contains mainly: blue. Hex color #6F3BFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F3BFD is #90C402. Grayscale: #5F5F5F. Windows color (decimal): -9487363 or 16595823. OLE color: 16595823.
HSL color Cylindrical-coordinate representation of color #6F3BFD: hue angle of 256.08º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6F3BFD is Cyan = 0.56, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 59 | 253 | - |
| CMYK | 0.56 | 0.77 | 0 | 0.01 |
| HSL | 256.08º | 0.98% | 0.61% | - |
| HSV(B) | 256.08º | 0.77% | 0.99% | - |
| XYZ | 25.85 | 13.6 | 94.19 | - |
| YUV | 96.66 | 216.23 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 59 | 253 | 0.56 | 0.77 | 0 | 0.01 | 256.08 | 0.98 | 0.61 |
| Hex | 6F | 3B | FD | 38 | 4D | 0 | 1 | 100 | 62 | 3D |
| Octal | 157 | 73 | 375 | 70 | 115 | 0 | 1 | 400 | 142 | 75 |
| Binary | 1101111 | 111011 | 11111101 | 111000 | 1001101 | 0 | 1 | 100000000 | 1100010 | 111101 |
Color Harmonies of #6F3BFD
Complementary color
Monochromatic Colors of #6F3BFD
Black with #6F3BFD
Text Example
Text Example
White with #6F3BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3BFD; }
p { color: rgb(111,59,253); }
H1.HeaderClassName
{
color: #6F3BFD;
}
.AnyTagClassName
{
color: #6F3BFD;
}
</style>
background-color css
<style>
a { background-color: #6F3BFD; }
a { background-color: rgb(111,59,253); }
div.DivClassName
{
background-color: #6F3BFD;
}
.BgClassName
{
background-color: #6F3BFD;
}
</style>
border-color css
<style>
span { border-color: #6F3BFD; }
span { border-color: rgb(111,59,253); }
td.TdClassName
{
border-color: #6F3BFD;
}
.TagClassName
{
border-color: #6F3BFD;
}
</style>