Shades of Neon Blue #2B30FA
Tints of Neon Blue #2B30FA
RGB
CMYK
RGB Variations
Color information
#2B30FA (or 0x2B30FA) is known color: Neon Blue. HEX triplet: 2B, 30 and FA. RGB value is (43,48,250). Sum of RGB (Red+Green+Blue) = 43+48+250=341 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.61% from 341); Green value is 48 (19.14% from 255 or 14.08% from 341); Blue value is 250 (98.05% from 255 or 73.31% from 341); Max value from RGB is 250 - color contains mainly: blue. Hex color #2B30FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2B30FA is #D4CF05. Grayscale: #444444. Windows color (decimal): -13946630 or 16396331. OLE color: 16396331.
HSL color Cylindrical-coordinate representation of color #2B30FA: hue angle of 238.55º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2B30FA is Cyan = 0.83, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 48 | 250 | - |
| CMYK | 0.83 | 0.81 | 0 | 0.02 |
| HSL | 238.55º | 0.95% | 0.57% | - |
| HSV(B) | 238.55º | 0.83% | 0.98% | - |
| XYZ | 19.31 | 9.53 | 91.26 | - |
| YUV | 69.53 | 229.84 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 48 | 250 | 0.83 | 0.81 | 0 | 0.02 | 238.55 | 0.95 | 0.57 |
| Hex | 2B | 30 | FA | 53 | 51 | 0 | 2 | EF | 5F | 39 |
| Octal | 53 | 60 | 372 | 123 | 121 | 0 | 2 | 357 | 137 | 71 |
| Binary | 101011 | 110000 | 11111010 | 1010011 | 1010001 | 0 | 10 | 11101111 | 1011111 | 111001 |
Color Harmonies of #2B30FA
Complementary color
Monochromatic Colors of #2B30FA
Black with #2B30FA
Text Example
Text Example
White with #2B30FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B30FA; }
p { color: rgb(43,48,250); }
H1.HeaderClassName
{
color: #2B30FA;
}
.AnyTagClassName
{
color: #2B30FA;
}
</style>
background-color css
<style>
a { background-color: #2B30FA; }
a { background-color: rgb(43,48,250); }
div.DivClassName
{
background-color: #2B30FA;
}
.BgClassName
{
background-color: #2B30FA;
}
</style>
border-color css
<style>
span { border-color: #2B30FA; }
span { border-color: rgb(43,48,250); }
td.TdClassName
{
border-color: #2B30FA;
}
.TagClassName
{
border-color: #2B30FA;
}
</style>