Shades of Neon Blue #283FFB
Tints of Neon Blue #283FFB
RGB
CMYK
RGB Variations
Color information
#283FFB (or 0x283FFB) is known color: Neon Blue. HEX triplet: 28, 3F and FB. RGB value is (40,63,251). Sum of RGB (Red+Green+Blue) = 40+63+251=354 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.30% from 354); Green value is 63 (25% from 255 or 17.80% from 354); Blue value is 251 (98.44% from 255 or 70.90% from 354); Max value from RGB is 251 - color contains mainly: blue. Hex color #283FFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #283FFB is #D7C004. Grayscale: #4C4C4C. Windows color (decimal): -14139397 or 16465704. OLE color: 16465704.
HSL color Cylindrical-coordinate representation of color #283FFB: hue angle of 233.46º degrees, saturation: 0.96, 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 #283FFB is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 63 | 251 | - |
| CMYK | 0.84 | 0.75 | 0 | 0.02 |
| HSL | 233.46º | 0.96% | 0.57% | - |
| HSV(B) | 233.46º | 0.84% | 0.98% | - |
| XYZ | 20.07 | 10.97 | 92.33 | - |
| YUV | 77.56 | 225.88 | 101.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 63 | 251 | 0.84 | 0.75 | 0 | 0.02 | 233.46 | 0.96 | 0.57 |
| Hex | 28 | 3F | FB | 54 | 4B | 0 | 2 | E9 | 60 | 39 |
| Octal | 50 | 77 | 373 | 124 | 113 | 0 | 2 | 351 | 140 | 71 |
| Binary | 101000 | 111111 | 11111011 | 1010100 | 1001011 | 0 | 10 | 11101001 | 1100000 | 111001 |
Color Harmonies of #283FFB
Complementary color
Monochromatic Colors of #283FFB
Black with #283FFB
Text Example
Text Example
White with #283FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283FFB; }
p { color: rgb(40,63,251); }
H1.HeaderClassName
{
color: #283FFB;
}
.AnyTagClassName
{
color: #283FFB;
}
</style>
background-color css
<style>
a { background-color: #283FFB; }
a { background-color: rgb(40,63,251); }
div.DivClassName
{
background-color: #283FFB;
}
.BgClassName
{
background-color: #283FFB;
}
</style>
border-color css
<style>
span { border-color: #283FFB; }
span { border-color: rgb(40,63,251); }
td.TdClassName
{
border-color: #283FFB;
}
.TagClassName
{
border-color: #283FFB;
}
</style>