Shades of Neon Blue #6F3DFD
Tints of Neon Blue #6F3DFD
RGB
CMYK
RGB Variations
Color information
#6F3DFD (or 0x6F3DFD) is known color: Neon Blue. HEX triplet: 6F, 3D and FD. RGB value is (111,61,253). Sum of RGB (Red+Green+Blue) = 111+61+253=425 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.12% from 425); Green value is 61 (24.22% from 255 or 14.35% from 425); Blue value is 253 (99.22% from 255 or 59.53% from 425); Max value from RGB is 253 - color contains mainly: blue. Hex color #6F3DFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F3DFD is #90C202. Grayscale: #616161. Windows color (decimal): -9486851 or 16596335. OLE color: 16596335.
HSL color Cylindrical-coordinate representation of color #6F3DFD: hue angle of 255.62º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6F3DFD is Cyan = 0.56, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 61 | 253 | - |
| CMYK | 0.56 | 0.76 | 0 | 0.01 |
| HSL | 255.63º | 0.98% | 0.62% | - |
| HSV(B) | 255.63º | 0.76% | 0.99% | - |
| XYZ | 25.95 | 13.81 | 94.23 | - |
| YUV | 97.84 | 215.57 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 61 | 253 | 0.56 | 0.76 | 0 | 0.01 | 255.63 | 0.98 | 0.62 |
| Hex | 6F | 3D | FD | 38 | 4C | 0 | 1 | 100 | 62 | 3E |
| Octal | 157 | 75 | 375 | 70 | 114 | 0 | 1 | 400 | 142 | 76 |
| Binary | 1101111 | 111101 | 11111101 | 111000 | 1001100 | 0 | 1 | 100000000 | 1100010 | 111110 |
Color Harmonies of #6F3DFD
Complementary color
Monochromatic Colors of #6F3DFD
Black with #6F3DFD
Text Example
Text Example
White with #6F3DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3DFD; }
p { color: rgb(111,61,253); }
H1.HeaderClassName
{
color: #6F3DFD;
}
.AnyTagClassName
{
color: #6F3DFD;
}
</style>
background-color css
<style>
a { background-color: #6F3DFD; }
a { background-color: rgb(111,61,253); }
div.DivClassName
{
background-color: #6F3DFD;
}
.BgClassName
{
background-color: #6F3DFD;
}
</style>
border-color css
<style>
span { border-color: #6F3DFD; }
span { border-color: rgb(111,61,253); }
td.TdClassName
{
border-color: #6F3DFD;
}
.TagClassName
{
border-color: #6F3DFD;
}
</style>