Shades of Neon Blue #2F4BED
Tints of Neon Blue #2F4BED
RGB
CMYK
RGB Variations
Color information
#2F4BED (or 0x2F4BED) is known color: Neon Blue. HEX triplet: 2F, 4B and ED. RGB value is (47,75,237). Sum of RGB (Red+Green+Blue) = 47+75+237=359 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.09% from 359); Green value is 75 (29.69% from 255 or 20.89% from 359); Blue value is 237 (92.97% from 255 or 66.02% from 359); Max value from RGB is 237 - color contains mainly: blue. Hex color #2F4BED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2F4BED is #D0B412. Grayscale: #545454. Windows color (decimal): -13677587 or 15551279. OLE color: 15551279.
HSL color Cylindrical-coordinate representation of color #2F4BED: hue angle of 231.16º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F4BED is Cyan = 0.80, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 75 | 237 | - |
| CMYK | 0.80 | 0.68 | 0 | 0.07 |
| HSL | 231.16º | 0.84% | 0.56% | - |
| HSV(B) | 231.16º | 0.8% | 0.93% | - |
| XYZ | 18.97 | 11.75 | 81.39 | - |
| YUV | 85.1 | 213.72 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 75 | 237 | 0.80 | 0.68 | 0 | 0.07 | 231.16 | 0.84 | 0.56 |
| Hex | 2F | 4B | ED | 50 | 44 | 0 | 7 | E7 | 54 | 38 |
| Octal | 57 | 113 | 355 | 120 | 104 | 0 | 7 | 347 | 124 | 70 |
| Binary | 101111 | 1001011 | 11101101 | 1010000 | 1000100 | 0 | 111 | 11100111 | 1010100 | 111000 |
Color Harmonies of #2F4BED
Complementary color
Monochromatic Colors of #2F4BED
Black with #2F4BED
Text Example
Text Example
White with #2F4BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4BED; }
p { color: rgb(47,75,237); }
H1.HeaderClassName
{
color: #2F4BED;
}
.AnyTagClassName
{
color: #2F4BED;
}
</style>
background-color css
<style>
a { background-color: #2F4BED; }
a { background-color: rgb(47,75,237); }
div.DivClassName
{
background-color: #2F4BED;
}
.BgClassName
{
background-color: #2F4BED;
}
</style>
border-color css
<style>
span { border-color: #2F4BED; }
span { border-color: rgb(47,75,237); }
td.TdClassName
{
border-color: #2F4BED;
}
.TagClassName
{
border-color: #2F4BED;
}
</style>