Shades of Neon Blue #2F5AFF
Tints of Neon Blue #2F5AFF
RGB
CMYK
RGB Variations
Color information
#2F5AFF (or 0x2F5AFF) is known color: Neon Blue. HEX triplet: 2F, 5A and FF. RGB value is (47,90,255). Sum of RGB (Red+Green+Blue) = 47+90+255=392 (51% of max value = 765). Red value is 47 (18.75% from 255 or 11.99% from 392); Green value is 90 (35.55% from 255 or 22.96% from 392); Blue value is 255 (100% from 255 or 65.05% from 392); Max value from RGB is 255 - color contains mainly: blue. Hex color #2F5AFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F5AFF is #D0A500. Grayscale: #5F5F5F. Windows color (decimal): -13673729 or 16734767. OLE color: 16734767.
HSL color Cylindrical-coordinate representation of color #2F5AFF: hue angle of 227.6º 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 #2F5AFF is Cyan = 0.82, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 47 | 90 | 255 | - |
| CMYK | 0.82 | 0.65 | 0 | 0 |
| HSL | 227.6º | 1% | 0.59% | - |
| HSV(B) | 227.6º | 0.82% | 1% | - |
| XYZ | 22.88 | 15.14 | 96.32 | - |
| YUV | 95.95 | 217.75 | 93.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 90 | 255 | 0.82 | 0.65 | 0 | 0 | 227.6 | 1 | 0.59 |
| Hex | 2F | 5A | FF | 52 | 41 | 0 | 0 | E4 | 64 | 3B |
| Octal | 57 | 132 | 377 | 122 | 101 | 0 | 0 | 344 | 144 | 73 |
| Binary | 101111 | 1011010 | 11111111 | 1010010 | 1000001 | 0 | 0 | 11100100 | 1100100 | 111011 |
Color Harmonies of #2F5AFF
Complementary color
Monochromatic Colors of #2F5AFF
Black with #2F5AFF
Text Example
Text Example
White with #2F5AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5AFF; }
p { color: rgb(47,90,255); }
H1.HeaderClassName
{
color: #2F5AFF;
}
.AnyTagClassName
{
color: #2F5AFF;
}
</style>
background-color css
<style>
a { background-color: #2F5AFF; }
a { background-color: rgb(47,90,255); }
div.DivClassName
{
background-color: #2F5AFF;
}
.BgClassName
{
background-color: #2F5AFF;
}
</style>
border-color css
<style>
span { border-color: #2F5AFF; }
span { border-color: rgb(47,90,255); }
td.TdClassName
{
border-color: #2F5AFF;
}
.TagClassName
{
border-color: #2F5AFF;
}
</style>