Shades of Neon Blue #283FFF
Tints of Neon Blue #283FFF
RGB
CMYK
RGB Variations
Color information
#283FFF (or 0x283FFF) is known color: Neon Blue. HEX triplet: 28, 3F and FF. RGB value is (40,63,255). Sum of RGB (Red+Green+Blue) = 40+63+255=358 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.17% from 358); Green value is 63 (25% from 255 or 17.60% from 358); Blue value is 255 (100% from 255 or 71.23% from 358); Max value from RGB is 255 - color contains mainly: blue. Hex color #283FFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #283FFF is #D7C000. Grayscale: #4D4D4D. Windows color (decimal): -14139393 or 16727848. OLE color: 16727848.
HSL color Cylindrical-coordinate representation of color #283FFF: hue angle of 233.58º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #283FFF is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 63 | 255 | - |
| CMYK | 0.84 | 0.75 | 0 | 0 |
| HSL | 233.58º | 1% | 0.58% | - |
| HSV(B) | 233.58º | 0.84% | 1% | - |
| XYZ | 20.7 | 11.23 | 95.68 | - |
| YUV | 78.01 | 227.88 | 100.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 63 | 255 | 0.84 | 0.75 | 0 | 0 | 233.58 | 1 | 0.58 |
| Hex | 28 | 3F | FF | 54 | 4B | 0 | 0 | EA | 64 | 3A |
| Octal | 50 | 77 | 377 | 124 | 113 | 0 | 0 | 352 | 144 | 72 |
| Binary | 101000 | 111111 | 11111111 | 1010100 | 1001011 | 0 | 0 | 11101010 | 1100100 | 111010 |
Color Harmonies of #283FFF
Complementary color
Monochromatic Colors of #283FFF
Black with #283FFF
Text Example
Text Example
White with #283FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283FFF; }
p { color: rgb(40,63,255); }
H1.HeaderClassName
{
color: #283FFF;
}
.AnyTagClassName
{
color: #283FFF;
}
</style>
background-color css
<style>
a { background-color: #283FFF; }
a { background-color: rgb(40,63,255); }
div.DivClassName
{
background-color: #283FFF;
}
.BgClassName
{
background-color: #283FFF;
}
</style>
border-color css
<style>
span { border-color: #283FFF; }
span { border-color: rgb(40,63,255); }
td.TdClassName
{
border-color: #283FFF;
}
.TagClassName
{
border-color: #283FFF;
}
</style>