Shades of Neon Blue #283AFC
Tints of Neon Blue #283AFC
RGB
CMYK
RGB Variations
Color information
#283AFC (or 0x283AFC) is known color: Neon Blue. HEX triplet: 28, 3A and FC. RGB value is (40,58,252). Sum of RGB (Red+Green+Blue) = 40+58+252=350 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.43% from 350); Green value is 58 (23.05% from 255 or 16.57% from 350); Blue value is 252 (98.83% from 255 or 72% from 350); Max value from RGB is 252 - color contains mainly: blue. Hex color #283AFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #283AFC is #D7C503. Grayscale: #494949. Windows color (decimal): -14140676 or 16529960. OLE color: 16529960.
HSL color Cylindrical-coordinate representation of color #283AFC: hue angle of 234.91º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #283AFC is Cyan = 0.84, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 58 | 252 | - |
| CMYK | 0.84 | 0.77 | 0 | 0.01 |
| HSL | 234.91º | 0.97% | 0.57% | - |
| HSV(B) | 234.91º | 0.84% | 0.99% | - |
| XYZ | 19.96 | 10.51 | 93.07 | - |
| YUV | 74.73 | 228.04 | 103.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 58 | 252 | 0.84 | 0.77 | 0 | 0.01 | 234.91 | 0.97 | 0.57 |
| Hex | 28 | 3A | FC | 54 | 4D | 0 | 1 | EB | 61 | 39 |
| Octal | 50 | 72 | 374 | 124 | 115 | 0 | 1 | 353 | 141 | 71 |
| Binary | 101000 | 111010 | 11111100 | 1010100 | 1001101 | 0 | 1 | 11101011 | 1100001 | 111001 |
Color Harmonies of #283AFC
Complementary color
Monochromatic Colors of #283AFC
Black with #283AFC
Text Example
Text Example
White with #283AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283AFC; }
p { color: rgb(40,58,252); }
H1.HeaderClassName
{
color: #283AFC;
}
.AnyTagClassName
{
color: #283AFC;
}
</style>
background-color css
<style>
a { background-color: #283AFC; }
a { background-color: rgb(40,58,252); }
div.DivClassName
{
background-color: #283AFC;
}
.BgClassName
{
background-color: #283AFC;
}
</style>
border-color css
<style>
span { border-color: #283AFC; }
span { border-color: rgb(40,58,252); }
td.TdClassName
{
border-color: #283AFC;
}
.TagClassName
{
border-color: #283AFC;
}
</style>