Shades of Neon Blue #2F30EA
Tints of Neon Blue #2F30EA
RGB
CMYK
RGB Variations
Color information
#2F30EA (or 0x2F30EA) is known color: Neon Blue. HEX triplet: 2F, 30 and EA. RGB value is (47,48,234). Sum of RGB (Red+Green+Blue) = 47+48+234=329 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.29% from 329); Green value is 48 (19.14% from 255 or 14.59% from 329); Blue value is 234 (91.80% from 255 or 71.12% from 329); Max value from RGB is 234 - color contains mainly: blue. Hex color #2F30EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2F30EA is #D0CF15. Grayscale: #444444. Windows color (decimal): -13684502 or 15347759. OLE color: 15347759.
HSL color Cylindrical-coordinate representation of color #2F30EA: hue angle of 239.68º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F30EA is Cyan = 0.80, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 48 | 234 | - |
| CMYK | 0.80 | 0.79 | 0 | 0.08 |
| HSL | 239.68º | 0.82% | 0.55% | - |
| HSV(B) | 239.68º | 0.8% | 0.92% | - |
| XYZ | 17.08 | 8.66 | 78.61 | - |
| YUV | 68.91 | 221.17 | 112.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 48 | 234 | 0.80 | 0.79 | 0 | 0.08 | 239.68 | 0.82 | 0.55 |
| Hex | 2F | 30 | EA | 50 | 4F | 0 | 8 | F0 | 52 | 37 |
| Octal | 57 | 60 | 352 | 120 | 117 | 0 | 10 | 360 | 122 | 67 |
| Binary | 101111 | 110000 | 11101010 | 1010000 | 1001111 | 0 | 1000 | 11110000 | 1010010 | 110111 |
Color Harmonies of #2F30EA
Complementary color
Monochromatic Colors of #2F30EA
Black with #2F30EA
Text Example
Text Example
White with #2F30EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F30EA; }
p { color: rgb(47,48,234); }
H1.HeaderClassName
{
color: #2F30EA;
}
.AnyTagClassName
{
color: #2F30EA;
}
</style>
background-color css
<style>
a { background-color: #2F30EA; }
a { background-color: rgb(47,48,234); }
div.DivClassName
{
background-color: #2F30EA;
}
.BgClassName
{
background-color: #2F30EA;
}
</style>
border-color css
<style>
span { border-color: #2F30EA; }
span { border-color: rgb(47,48,234); }
td.TdClassName
{
border-color: #2F30EA;
}
.TagClassName
{
border-color: #2F30EA;
}
</style>