Shades of Neon Blue #2830FA
Tints of Neon Blue #2830FA
RGB
CMYK
RGB Variations
Color information
#2830FA (or 0x2830FA) is known color: Neon Blue. HEX triplet: 28, 30 and FA. RGB value is (40,48,250). Sum of RGB (Red+Green+Blue) = 40+48+250=338 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.83% from 338); Green value is 48 (19.14% from 255 or 14.20% from 338); Blue value is 250 (98.05% from 255 or 73.96% from 338); Max value from RGB is 250 - color contains mainly: blue. Hex color #2830FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2830FA is #D7CF05. Grayscale: #434343. Windows color (decimal): -14143238 or 16396328. OLE color: 16396328.
HSL color Cylindrical-coordinate representation of color #2830FA: hue angle of 237.71º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2830FA is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 48 | 250 | - |
| CMYK | 0.84 | 0.81 | 0 | 0.02 |
| HSL | 237.71º | 0.95% | 0.57% | - |
| HSV(B) | 237.71º | 0.84% | 0.98% | - |
| XYZ | 19.19 | 9.47 | 91.26 | - |
| YUV | 68.64 | 230.35 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 48 | 250 | 0.84 | 0.81 | 0 | 0.02 | 237.71 | 0.95 | 0.57 |
| Hex | 28 | 30 | FA | 54 | 51 | 0 | 2 | EE | 5F | 39 |
| Octal | 50 | 60 | 372 | 124 | 121 | 0 | 2 | 356 | 137 | 71 |
| Binary | 101000 | 110000 | 11111010 | 1010100 | 1010001 | 0 | 10 | 11101110 | 1011111 | 111001 |
Color Harmonies of #2830FA
Complementary color
Monochromatic Colors of #2830FA
Black with #2830FA
Text Example
Text Example
White with #2830FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2830FA; }
p { color: rgb(40,48,250); }
H1.HeaderClassName
{
color: #2830FA;
}
.AnyTagClassName
{
color: #2830FA;
}
</style>
background-color css
<style>
a { background-color: #2830FA; }
a { background-color: rgb(40,48,250); }
div.DivClassName
{
background-color: #2830FA;
}
.BgClassName
{
background-color: #2830FA;
}
</style>
border-color css
<style>
span { border-color: #2830FA; }
span { border-color: rgb(40,48,250); }
td.TdClassName
{
border-color: #2830FA;
}
.TagClassName
{
border-color: #2830FA;
}
</style>