Shades of Neon Blue #2F2DFD
Tints of Neon Blue #2F2DFD
RGB
CMYK
RGB Variations
Color information
#2F2DFD (or 0x2F2DFD) is known color: Neon Blue. HEX triplet: 2F, 2D and FD. RGB value is (47,45,253). Sum of RGB (Red+Green+Blue) = 47+45+253=345 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.62% from 345); Green value is 45 (17.97% from 255 or 13.04% from 345); Blue value is 253 (99.22% from 255 or 73.33% from 345); Max value from RGB is 253 - color contains mainly: blue. Hex color #2F2DFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2F2DFD is #D0D202. Grayscale: #444444. Windows color (decimal): -13685251 or 16592175. OLE color: 16592175.
HSL color Cylindrical-coordinate representation of color #2F2DFD: hue angle of 240.58º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2F2DFD is Cyan = 0.81, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 45 | 253 | - |
| CMYK | 0.81 | 0.82 | 0 | 0.01 |
| HSL | 240.58º | 0.98% | 0.58% | - |
| HSV(B) | 240.58º | 0.82% | 0.99% | - |
| XYZ | 19.84 | 9.57 | 93.73 | - |
| YUV | 69.31 | 231.66 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 45 | 253 | 0.81 | 0.82 | 0 | 0.01 | 240.58 | 0.98 | 0.58 |
| Hex | 2F | 2D | FD | 51 | 52 | 0 | 1 | F1 | 62 | 3A |
| Octal | 57 | 55 | 375 | 121 | 122 | 0 | 1 | 361 | 142 | 72 |
| Binary | 101111 | 101101 | 11111101 | 1010001 | 1010010 | 0 | 1 | 11110001 | 1100010 | 111010 |
Color Harmonies of #2F2DFD
Complementary color
Monochromatic Colors of #2F2DFD
Black with #2F2DFD
Text Example
Text Example
White with #2F2DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2DFD; }
p { color: rgb(47,45,253); }
H1.HeaderClassName
{
color: #2F2DFD;
}
.AnyTagClassName
{
color: #2F2DFD;
}
</style>
background-color css
<style>
a { background-color: #2F2DFD; }
a { background-color: rgb(47,45,253); }
div.DivClassName
{
background-color: #2F2DFD;
}
.BgClassName
{
background-color: #2F2DFD;
}
</style>
border-color css
<style>
span { border-color: #2F2DFD; }
span { border-color: rgb(47,45,253); }
td.TdClassName
{
border-color: #2F2DFD;
}
.TagClassName
{
border-color: #2F2DFD;
}
</style>