Shades of Neon Blue #283FFA
Tints of Neon Blue #283FFA
RGB
CMYK
RGB Variations
Color information
#283FFA (or 0x283FFA) is known color: Neon Blue. HEX triplet: 28, 3F and FA. RGB value is (40,63,250). Sum of RGB (Red+Green+Blue) = 40+63+250=353 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.33% from 353); Green value is 63 (25% from 255 or 17.85% from 353); Blue value is 250 (98.05% from 255 or 70.82% from 353); Max value from RGB is 250 - color contains mainly: blue. Hex color #283FFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #283FFA is #D7C005. Grayscale: #4C4C4C. Windows color (decimal): -14139398 or 16400168. OLE color: 16400168.
HSL color Cylindrical-coordinate representation of color #283FFA: hue angle of 233.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 #283FFA is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 63 | 250 | - |
| CMYK | 0.84 | 0.75 | 0 | 0.02 |
| HSL | 233.43º | 0.95% | 0.57% | - |
| HSV(B) | 233.43º | 0.84% | 0.98% | - |
| XYZ | 19.91 | 10.91 | 91.5 | - |
| YUV | 77.44 | 225.38 | 101.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 63 | 250 | 0.84 | 0.75 | 0 | 0.02 | 233.43 | 0.95 | 0.57 |
| Hex | 28 | 3F | FA | 54 | 4B | 0 | 2 | E9 | 5F | 39 |
| Octal | 50 | 77 | 372 | 124 | 113 | 0 | 2 | 351 | 137 | 71 |
| Binary | 101000 | 111111 | 11111010 | 1010100 | 1001011 | 0 | 10 | 11101001 | 1011111 | 111001 |
Color Harmonies of #283FFA
Complementary color
Monochromatic Colors of #283FFA
Black with #283FFA
Text Example
Text Example
White with #283FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283FFA; }
p { color: rgb(40,63,250); }
H1.HeaderClassName
{
color: #283FFA;
}
.AnyTagClassName
{
color: #283FFA;
}
</style>
background-color css
<style>
a { background-color: #283FFA; }
a { background-color: rgb(40,63,250); }
div.DivClassName
{
background-color: #283FFA;
}
.BgClassName
{
background-color: #283FFA;
}
</style>
border-color css
<style>
span { border-color: #283FFA; }
span { border-color: rgb(40,63,250); }
td.TdClassName
{
border-color: #283FFA;
}
.TagClassName
{
border-color: #283FFA;
}
</style>