Shades of Neon Blue #2F4BF9
Tints of Neon Blue #2F4BF9
RGB
CMYK
RGB Variations
Color information
#2F4BF9 (or 0x2F4BF9) is known color: Neon Blue. HEX triplet: 2F, 4B and F9. RGB value is (47,75,249). Sum of RGB (Red+Green+Blue) = 47+75+249=371 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.67% from 371); Green value is 75 (29.69% from 255 or 20.22% from 371); Blue value is 249 (97.66% from 255 or 67.12% from 371); Max value from RGB is 249 - color contains mainly: blue. Hex color #2F4BF9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2F4BF9 is #D0B406. Grayscale: #555555. Windows color (decimal): -13677575 or 16337711. OLE color: 16337711.
HSL color Cylindrical-coordinate representation of color #2F4BF9: hue angle of 231.68º degrees, saturation: 0.94, 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 #2F4BF9 is Cyan = 0.81, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 75 | 249 | - |
| CMYK | 0.81 | 0.70 | 0 | 0.02 |
| HSL | 231.68º | 0.94% | 0.58% | - |
| HSV(B) | 231.68º | 0.81% | 0.98% | - |
| XYZ | 20.79 | 12.48 | 90.94 | - |
| YUV | 86.46 | 219.72 | 99.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 75 | 249 | 0.81 | 0.70 | 0 | 0.02 | 231.68 | 0.94 | 0.58 |
| Hex | 2F | 4B | F9 | 51 | 46 | 0 | 2 | E8 | 5E | 3A |
| Octal | 57 | 113 | 371 | 121 | 106 | 0 | 2 | 350 | 136 | 72 |
| Binary | 101111 | 1001011 | 11111001 | 1010001 | 1000110 | 0 | 10 | 11101000 | 1011110 | 111010 |
Color Harmonies of #2F4BF9
Complementary color
Monochromatic Colors of #2F4BF9
Black with #2F4BF9
Text Example
Text Example
White with #2F4BF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4BF9; }
p { color: rgb(47,75,249); }
H1.HeaderClassName
{
color: #2F4BF9;
}
.AnyTagClassName
{
color: #2F4BF9;
}
</style>
background-color css
<style>
a { background-color: #2F4BF9; }
a { background-color: rgb(47,75,249); }
div.DivClassName
{
background-color: #2F4BF9;
}
.BgClassName
{
background-color: #2F4BF9;
}
</style>
border-color css
<style>
span { border-color: #2F4BF9; }
span { border-color: rgb(47,75,249); }
td.TdClassName
{
border-color: #2F4BF9;
}
.TagClassName
{
border-color: #2F4BF9;
}
</style>