Shades of Neon Blue #2F3DFF
Tints of Neon Blue #2F3DFF
RGB
CMYK
RGB Variations
Color information
#2F3DFF (or 0x2F3DFF) is known color: Neon Blue. HEX triplet: 2F, 3D and FF. RGB value is (47,61,255). Sum of RGB (Red+Green+Blue) = 47+61+255=363 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.95% from 363); Green value is 61 (24.22% from 255 or 16.80% from 363); Blue value is 255 (100% from 255 or 70.25% from 363); Max value from RGB is 255 - color contains mainly: blue. Hex color #2F3DFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2F3DFF is #D0C200. Grayscale: #4E4E4E. Windows color (decimal): -13681153 or 16727343. OLE color: 16727343.
HSL color Cylindrical-coordinate representation of color #2F3DFF: hue angle of 235.96º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2F3DFF is Cyan = 0.82, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 47 | 61 | 255 | - |
| CMYK | 0.82 | 0.76 | 0 | 0 |
| HSL | 235.96º | 1% | 0.59% | - |
| HSV(B) | 235.96º | 0.82% | 1% | - |
| XYZ | 20.89 | 11.16 | 95.66 | - |
| YUV | 78.93 | 227.36 | 105.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 61 | 255 | 0.82 | 0.76 | 0 | 0 | 235.96 | 1 | 0.59 |
| Hex | 2F | 3D | FF | 52 | 4C | 0 | 0 | EC | 64 | 3B |
| Octal | 57 | 75 | 377 | 122 | 114 | 0 | 0 | 354 | 144 | 73 |
| Binary | 101111 | 111101 | 11111111 | 1010010 | 1001100 | 0 | 0 | 11101100 | 1100100 | 111011 |
Color Harmonies of #2F3DFF
Complementary color
Monochromatic Colors of #2F3DFF
Black with #2F3DFF
Text Example
Text Example
White with #2F3DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3DFF; }
p { color: rgb(47,61,255); }
H1.HeaderClassName
{
color: #2F3DFF;
}
.AnyTagClassName
{
color: #2F3DFF;
}
</style>
background-color css
<style>
a { background-color: #2F3DFF; }
a { background-color: rgb(47,61,255); }
div.DivClassName
{
background-color: #2F3DFF;
}
.BgClassName
{
background-color: #2F3DFF;
}
</style>
border-color css
<style>
span { border-color: #2F3DFF; }
span { border-color: rgb(47,61,255); }
td.TdClassName
{
border-color: #2F3DFF;
}
.TagClassName
{
border-color: #2F3DFF;
}
</style>