Shades of Neon Blue #2838FA
Tints of Neon Blue #2838FA
RGB
CMYK
RGB Variations
Color information
#2838FA (or 0x2838FA) is known color: Neon Blue. HEX triplet: 28, 38 and FA. RGB value is (40,56,250). Sum of RGB (Red+Green+Blue) = 40+56+250=346 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.56% from 346); Green value is 56 (22.27% from 255 or 16.18% from 346); Blue value is 250 (98.05% from 255 or 72.25% from 346); Max value from RGB is 250 - color contains mainly: blue. Hex color #2838FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2838FA is #D7C705. Grayscale: #484848. Windows color (decimal): -14141190 or 16398376. OLE color: 16398376.
HSL color Cylindrical-coordinate representation of color #2838FA: hue angle of 235.43º 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 #2838FA is Cyan = 0.84, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 56 | 250 | - |
| CMYK | 0.84 | 0.78 | 0 | 0.02 |
| HSL | 235.43º | 0.95% | 0.57% | - |
| HSV(B) | 235.43º | 0.84% | 0.98% | - |
| XYZ | 19.54 | 10.18 | 91.38 | - |
| YUV | 73.33 | 227.7 | 104.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 56 | 250 | 0.84 | 0.78 | 0 | 0.02 | 235.43 | 0.95 | 0.57 |
| Hex | 28 | 38 | FA | 54 | 4E | 0 | 2 | EB | 5F | 39 |
| Octal | 50 | 70 | 372 | 124 | 116 | 0 | 2 | 353 | 137 | 71 |
| Binary | 101000 | 111000 | 11111010 | 1010100 | 1001110 | 0 | 10 | 11101011 | 1011111 | 111001 |
Color Harmonies of #2838FA
Complementary color
Monochromatic Colors of #2838FA
Black with #2838FA
Text Example
Text Example
White with #2838FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2838FA; }
p { color: rgb(40,56,250); }
H1.HeaderClassName
{
color: #2838FA;
}
.AnyTagClassName
{
color: #2838FA;
}
</style>
background-color css
<style>
a { background-color: #2838FA; }
a { background-color: rgb(40,56,250); }
div.DivClassName
{
background-color: #2838FA;
}
.BgClassName
{
background-color: #2838FA;
}
</style>
border-color css
<style>
span { border-color: #2838FA; }
span { border-color: rgb(40,56,250); }
td.TdClassName
{
border-color: #2838FA;
}
.TagClassName
{
border-color: #2838FA;
}
</style>