Shades of Neon Blue #2F55FF
Tints of Neon Blue #2F55FF
RGB
CMYK
RGB Variations
Color information
#2F55FF (or 0x2F55FF) is known color: Neon Blue. HEX triplet: 2F, 55 and FF. RGB value is (47,85,255). Sum of RGB (Red+Green+Blue) = 47+85+255=387 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.14% from 387); Green value is 85 (33.59% from 255 or 21.96% from 387); Blue value is 255 (100% from 255 or 65.89% from 387); Max value from RGB is 255 - color contains mainly: blue. Hex color #2F55FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F55FF is #D0AA00. Grayscale: #5C5C5C. Windows color (decimal): -13675009 or 16733487. OLE color: 16733487.
HSL color Cylindrical-coordinate representation of color #2F55FF: hue angle of 229.04º 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 #2F55FF is Cyan = 0.82, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 47 | 85 | 255 | - |
| CMYK | 0.82 | 0.67 | 0 | 0 |
| HSL | 229.04º | 1% | 0.59% | - |
| HSV(B) | 229.04º | 0.82% | 1% | - |
| XYZ | 22.47 | 14.32 | 96.19 | - |
| YUV | 93.02 | 219.41 | 95.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 85 | 255 | 0.82 | 0.67 | 0 | 0 | 229.04 | 1 | 0.59 |
| Hex | 2F | 55 | FF | 52 | 43 | 0 | 0 | E5 | 64 | 3B |
| Octal | 57 | 125 | 377 | 122 | 103 | 0 | 0 | 345 | 144 | 73 |
| Binary | 101111 | 1010101 | 11111111 | 1010010 | 1000011 | 0 | 0 | 11100101 | 1100100 | 111011 |
Color Harmonies of #2F55FF
Complementary color
Monochromatic Colors of #2F55FF
Black with #2F55FF
Text Example
Text Example
White with #2F55FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F55FF; }
p { color: rgb(47,85,255); }
H1.HeaderClassName
{
color: #2F55FF;
}
.AnyTagClassName
{
color: #2F55FF;
}
</style>
background-color css
<style>
a { background-color: #2F55FF; }
a { background-color: rgb(47,85,255); }
div.DivClassName
{
background-color: #2F55FF;
}
.BgClassName
{
background-color: #2F55FF;
}
</style>
border-color css
<style>
span { border-color: #2F55FF; }
span { border-color: rgb(47,85,255); }
td.TdClassName
{
border-color: #2F55FF;
}
.TagClassName
{
border-color: #2F55FF;
}
</style>