Shades of Neon Blue #283AFE
Tints of Neon Blue #283AFE
RGB
CMYK
RGB Variations
Color information
#283AFE (or 0x283AFE) is known color: Neon Blue. HEX triplet: 28, 3A and FE. RGB value is (40,58,254). Sum of RGB (Red+Green+Blue) = 40+58+254=352 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.36% from 352); Green value is 58 (23.05% from 255 or 16.48% from 352); Blue value is 254 (99.61% from 255 or 72.16% from 352); Max value from RGB is 254 - color contains mainly: blue. Hex color #283AFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #283AFE is #D7C501. Grayscale: #4A4A4A. Windows color (decimal): -14140674 or 16661032. OLE color: 16661032.
HSL color Cylindrical-coordinate representation of color #283AFE: hue angle of 234.95º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #283AFE is Cyan = 0.84, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 40 | 58 | 254 | - |
| CMYK | 0.84 | 0.77 | 0 | 0.00 |
| HSL | 234.95º | 0.99% | 0.58% | - |
| HSV(B) | 234.95º | 0.84% | 1% | - |
| XYZ | 20.28 | 10.63 | 94.75 | - |
| YUV | 74.96 | 229.04 | 103.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 58 | 254 | 0.84 | 0.77 | 0 | 0.00 | 234.95 | 0.99 | 0.58 |
| Hex | 28 | 3A | FE | 54 | 4D | 0 | 0 | EB | 63 | 3A |
| Octal | 50 | 72 | 376 | 124 | 115 | 0 | 0 | 353 | 143 | 72 |
| Binary | 101000 | 111010 | 11111110 | 1010100 | 1001101 | 0 | 0 | 11101011 | 1100011 | 111010 |
Color Harmonies of #283AFE
Complementary color
Monochromatic Colors of #283AFE
Black with #283AFE
Text Example
Text Example
White with #283AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283AFE; }
p { color: rgb(40,58,254); }
H1.HeaderClassName
{
color: #283AFE;
}
.AnyTagClassName
{
color: #283AFE;
}
</style>
background-color css
<style>
a { background-color: #283AFE; }
a { background-color: rgb(40,58,254); }
div.DivClassName
{
background-color: #283AFE;
}
.BgClassName
{
background-color: #283AFE;
}
</style>
border-color css
<style>
span { border-color: #283AFE; }
span { border-color: rgb(40,58,254); }
td.TdClassName
{
border-color: #283AFE;
}
.TagClassName
{
border-color: #283AFE;
}
</style>