Shades of Neon Blue #283EF2
Tints of Neon Blue #283EF2
RGB
CMYK
RGB Variations
Color information
#283EF2 (or 0x283EF2) is known color: Neon Blue. HEX triplet: 28, 3E and F2. RGB value is (40,62,242). Sum of RGB (Red+Green+Blue) = 40+62+242=344 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.63% from 344); Green value is 62 (24.61% from 255 or 18.02% from 344); Blue value is 242 (94.92% from 255 or 70.35% from 344); Max value from RGB is 242 - color contains mainly: blue. Hex color #283EF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #283EF2 is #D7C10D. Grayscale: #4B4B4B. Windows color (decimal): -14139662 or 15875624. OLE color: 15875624.
HSL color Cylindrical-coordinate representation of color #283EF2: hue angle of 233.47º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #283EF2 is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 62 | 242 | - |
| CMYK | 0.83 | 0.74 | 0 | 0.05 |
| HSL | 233.47º | 0.89% | 0.55% | - |
| HSV(B) | 233.47º | 0.83% | 0.95% | - |
| XYZ | 18.62 | 10.31 | 85.01 | - |
| YUV | 75.94 | 221.71 | 102.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 62 | 242 | 0.83 | 0.74 | 0 | 0.05 | 233.47 | 0.89 | 0.55 |
| Hex | 28 | 3E | F2 | 53 | 4A | 0 | 5 | E9 | 59 | 37 |
| Octal | 50 | 76 | 362 | 123 | 112 | 0 | 5 | 351 | 131 | 67 |
| Binary | 101000 | 111110 | 11110010 | 1010011 | 1001010 | 0 | 101 | 11101001 | 1011001 | 110111 |
Color Harmonies of #283EF2
Complementary color
Monochromatic Colors of #283EF2
Black with #283EF2
Text Example
Text Example
White with #283EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283EF2; }
p { color: rgb(40,62,242); }
H1.HeaderClassName
{
color: #283EF2;
}
.AnyTagClassName
{
color: #283EF2;
}
</style>
background-color css
<style>
a { background-color: #283EF2; }
a { background-color: rgb(40,62,242); }
div.DivClassName
{
background-color: #283EF2;
}
.BgClassName
{
background-color: #283EF2;
}
</style>
border-color css
<style>
span { border-color: #283EF2; }
span { border-color: rgb(40,62,242); }
td.TdClassName
{
border-color: #283EF2;
}
.TagClassName
{
border-color: #283EF2;
}
</style>