Shades of Neon Blue #283BFA
Tints of Neon Blue #283BFA
RGB
CMYK
RGB Variations
Color information
#283BFA (or 0x283BFA) is known color: Neon Blue. HEX triplet: 28, 3B and FA. RGB value is (40,59,250). Sum of RGB (Red+Green+Blue) = 40+59+250=349 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.46% from 349); Green value is 59 (23.44% from 255 or 16.91% from 349); Blue value is 250 (98.05% from 255 or 71.63% from 349); Max value from RGB is 250 - color contains mainly: blue. Hex color #283BFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #283BFA is #D7C405. Grayscale: #4A4A4A. Windows color (decimal): -14140422 or 16399144. OLE color: 16399144.
HSL color Cylindrical-coordinate representation of color #283BFA: hue angle of 234.57º 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 #283BFA is Cyan = 0.84, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 59 | 250 | - |
| CMYK | 0.84 | 0.76 | 0 | 0.02 |
| HSL | 234.57º | 0.95% | 0.57% | - |
| HSV(B) | 234.57º | 0.84% | 0.98% | - |
| XYZ | 19.69 | 10.48 | 91.43 | - |
| YUV | 75.09 | 226.71 | 102.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 59 | 250 | 0.84 | 0.76 | 0 | 0.02 | 234.57 | 0.95 | 0.57 |
| Hex | 28 | 3B | FA | 54 | 4C | 0 | 2 | EB | 5F | 39 |
| Octal | 50 | 73 | 372 | 124 | 114 | 0 | 2 | 353 | 137 | 71 |
| Binary | 101000 | 111011 | 11111010 | 1010100 | 1001100 | 0 | 10 | 11101011 | 1011111 | 111001 |
Color Harmonies of #283BFA
Complementary color
Monochromatic Colors of #283BFA
Black with #283BFA
Text Example
Text Example
White with #283BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283BFA; }
p { color: rgb(40,59,250); }
H1.HeaderClassName
{
color: #283BFA;
}
.AnyTagClassName
{
color: #283BFA;
}
</style>
background-color css
<style>
a { background-color: #283BFA; }
a { background-color: rgb(40,59,250); }
div.DivClassName
{
background-color: #283BFA;
}
.BgClassName
{
background-color: #283BFA;
}
</style>
border-color css
<style>
span { border-color: #283BFA; }
span { border-color: rgb(40,59,250); }
td.TdClassName
{
border-color: #283BFA;
}
.TagClassName
{
border-color: #283BFA;
}
</style>