Shades of Neon Blue #283FF8
Tints of Neon Blue #283FF8
RGB
CMYK
RGB Variations
Color information
#283FF8 (or 0x283FF8) is known color: Neon Blue. HEX triplet: 28, 3F and F8. RGB value is (40,63,248). Sum of RGB (Red+Green+Blue) = 40+63+248=351 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.40% from 351); Green value is 63 (25% from 255 or 17.95% from 351); Blue value is 248 (97.27% from 255 or 70.66% from 351); Max value from RGB is 248 - color contains mainly: blue. Hex color #283FF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #283FF8 is #D7C007. Grayscale: #4C4C4C. Windows color (decimal): -14139400 or 16269096. OLE color: 16269096.
HSL color Cylindrical-coordinate representation of color #283FF8: hue angle of 233.37º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #283FF8 is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 40 | 63 | 248 | - |
| CMYK | 0.84 | 0.75 | 0 | 0.03 |
| HSL | 233.37º | 0.94% | 0.56% | - |
| HSV(B) | 233.37º | 0.84% | 0.97% | - |
| XYZ | 19.6 | 10.78 | 89.86 | - |
| YUV | 77.21 | 224.38 | 101.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 63 | 248 | 0.84 | 0.75 | 0 | 0.03 | 233.37 | 0.94 | 0.56 |
| Hex | 28 | 3F | F8 | 54 | 4B | 0 | 3 | E9 | 5E | 38 |
| Octal | 50 | 77 | 370 | 124 | 113 | 0 | 3 | 351 | 136 | 70 |
| Binary | 101000 | 111111 | 11111000 | 1010100 | 1001011 | 0 | 11 | 11101001 | 1011110 | 111000 |
Color Harmonies of #283FF8
Complementary color
Monochromatic Colors of #283FF8
Black with #283FF8
Text Example
Text Example
White with #283FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283FF8; }
p { color: rgb(40,63,248); }
H1.HeaderClassName
{
color: #283FF8;
}
.AnyTagClassName
{
color: #283FF8;
}
</style>
background-color css
<style>
a { background-color: #283FF8; }
a { background-color: rgb(40,63,248); }
div.DivClassName
{
background-color: #283FF8;
}
.BgClassName
{
background-color: #283FF8;
}
</style>
border-color css
<style>
span { border-color: #283FF8; }
span { border-color: rgb(40,63,248); }
td.TdClassName
{
border-color: #283FF8;
}
.TagClassName
{
border-color: #283FF8;
}
</style>