Shades of Neon Blue #2F4BFA
Tints of Neon Blue #2F4BFA
RGB
CMYK
RGB Variations
Color information
#2F4BFA (or 0x2F4BFA) is known color: Neon Blue. HEX triplet: 2F, 4B and FA. RGB value is (47,75,250). Sum of RGB (Red+Green+Blue) = 47+75+250=372 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.63% from 372); Green value is 75 (29.69% from 255 or 20.16% from 372); Blue value is 250 (98.05% from 255 or 67.20% from 372); Max value from RGB is 250 - color contains mainly: blue. Hex color #2F4BFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2F4BFA is #D0B405. Grayscale: #555555. Windows color (decimal): -13677574 or 16403247. OLE color: 16403247.
HSL color Cylindrical-coordinate representation of color #2F4BFA: hue angle of 231.72º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F4BFA is Cyan = 0.81, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 75 | 250 | - |
| CMYK | 0.81 | 0.7 | 0 | 0.02 |
| HSL | 231.72º | 0.95% | 0.58% | - |
| HSV(B) | 231.72º | 0.81% | 0.98% | - |
| XYZ | 20.94 | 12.54 | 91.76 | - |
| YUV | 86.58 | 220.22 | 99.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 75 | 250 | 0.81 | 0.7 | 0 | 0.02 | 231.72 | 0.95 | 0.58 |
| Hex | 2F | 4B | FA | 51 | 46 | 0 | 2 | E8 | 5F | 3A |
| Octal | 57 | 113 | 372 | 121 | 106 | 0 | 2 | 350 | 137 | 72 |
| Binary | 101111 | 1001011 | 11111010 | 1010001 | 1000110 | 0 | 10 | 11101000 | 1011111 | 111010 |
Color Harmonies of #2F4BFA
Complementary color
Monochromatic Colors of #2F4BFA
Black with #2F4BFA
Text Example
Text Example
White with #2F4BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4BFA; }
p { color: rgb(47,75,250); }
H1.HeaderClassName
{
color: #2F4BFA;
}
.AnyTagClassName
{
color: #2F4BFA;
}
</style>
background-color css
<style>
a { background-color: #2F4BFA; }
a { background-color: rgb(47,75,250); }
div.DivClassName
{
background-color: #2F4BFA;
}
.BgClassName
{
background-color: #2F4BFA;
}
</style>
border-color css
<style>
span { border-color: #2F4BFA; }
span { border-color: rgb(47,75,250); }
td.TdClassName
{
border-color: #2F4BFA;
}
.TagClassName
{
border-color: #2F4BFA;
}
</style>