Shades of Neon Blue #2F5AFE
Tints of Neon Blue #2F5AFE
RGB
CMYK
RGB Variations
Color information
#2F5AFE (or 0x2F5AFE) is known color: Neon Blue. HEX triplet: 2F, 5A and FE. RGB value is (47,90,254). Sum of RGB (Red+Green+Blue) = 47+90+254=391 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.02% from 391); Green value is 90 (35.55% from 255 or 23.02% from 391); Blue value is 254 (99.61% from 255 or 64.96% from 391); Max value from RGB is 254 - color contains mainly: blue. Hex color #2F5AFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F5AFE is #D0A501. Grayscale: #5F5F5F. Windows color (decimal): -13673730 or 16669231. OLE color: 16669231.
HSL color Cylindrical-coordinate representation of color #2F5AFE: hue angle of 227.54º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F5AFE is Cyan = 0.81, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 47 | 90 | 254 | - |
| CMYK | 0.81 | 0.65 | 0 | 0.00 |
| HSL | 227.54º | 0.99% | 0.59% | - |
| HSV(B) | 227.54º | 0.81% | 1% | - |
| XYZ | 22.72 | 15.07 | 95.48 | - |
| YUV | 95.84 | 217.25 | 93.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 90 | 254 | 0.81 | 0.65 | 0 | 0.00 | 227.54 | 0.99 | 0.59 |
| Hex | 2F | 5A | FE | 51 | 41 | 0 | 0 | E4 | 63 | 3B |
| Octal | 57 | 132 | 376 | 121 | 101 | 0 | 0 | 344 | 143 | 73 |
| Binary | 101111 | 1011010 | 11111110 | 1010001 | 1000001 | 0 | 0 | 11100100 | 1100011 | 111011 |
Color Harmonies of #2F5AFE
Complementary color
Monochromatic Colors of #2F5AFE
Black with #2F5AFE
Text Example
Text Example
White with #2F5AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5AFE; }
p { color: rgb(47,90,254); }
H1.HeaderClassName
{
color: #2F5AFE;
}
.AnyTagClassName
{
color: #2F5AFE;
}
</style>
background-color css
<style>
a { background-color: #2F5AFE; }
a { background-color: rgb(47,90,254); }
div.DivClassName
{
background-color: #2F5AFE;
}
.BgClassName
{
background-color: #2F5AFE;
}
</style>
border-color css
<style>
span { border-color: #2F5AFE; }
span { border-color: rgb(47,90,254); }
td.TdClassName
{
border-color: #2F5AFE;
}
.TagClassName
{
border-color: #2F5AFE;
}
</style>