Shades of Neon Blue #283AFD
Tints of Neon Blue #283AFD
RGB
CMYK
RGB Variations
Color information
#283AFD (or 0x283AFD) is known color: Neon Blue. HEX triplet: 28, 3A and FD. RGB value is (40,58,253). Sum of RGB (Red+Green+Blue) = 40+58+253=351 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.40% from 351); Green value is 58 (23.05% from 255 or 16.52% from 351); Blue value is 253 (99.22% from 255 or 72.08% from 351); Max value from RGB is 253 - color contains mainly: blue. Hex color #283AFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #283AFD is #D7C502. Grayscale: #4A4A4A. Windows color (decimal): -14140675 or 16595496. OLE color: 16595496.
HSL color Cylindrical-coordinate representation of color #283AFD: hue angle of 234.93º degrees, saturation: 0.98, 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 #283AFD is Cyan = 0.84, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 58 | 253 | - |
| CMYK | 0.84 | 0.77 | 0 | 0.01 |
| HSL | 234.93º | 0.98% | 0.57% | - |
| HSV(B) | 234.93º | 0.84% | 0.99% | - |
| XYZ | 20.12 | 10.57 | 93.91 | - |
| YUV | 74.85 | 228.54 | 103.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 58 | 253 | 0.84 | 0.77 | 0 | 0.01 | 234.93 | 0.98 | 0.57 |
| Hex | 28 | 3A | FD | 54 | 4D | 0 | 1 | EB | 62 | 39 |
| Octal | 50 | 72 | 375 | 124 | 115 | 0 | 1 | 353 | 142 | 71 |
| Binary | 101000 | 111010 | 11111101 | 1010100 | 1001101 | 0 | 1 | 11101011 | 1100010 | 111001 |
Color Harmonies of #283AFD
Complementary color
Monochromatic Colors of #283AFD
Black with #283AFD
Text Example
Text Example
White with #283AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283AFD; }
p { color: rgb(40,58,253); }
H1.HeaderClassName
{
color: #283AFD;
}
.AnyTagClassName
{
color: #283AFD;
}
</style>
background-color css
<style>
a { background-color: #283AFD; }
a { background-color: rgb(40,58,253); }
div.DivClassName
{
background-color: #283AFD;
}
.BgClassName
{
background-color: #283AFD;
}
</style>
border-color css
<style>
span { border-color: #283AFD; }
span { border-color: rgb(40,58,253); }
td.TdClassName
{
border-color: #283AFD;
}
.TagClassName
{
border-color: #283AFD;
}
</style>