Shades of Neon Blue #283BF2
Tints of Neon Blue #283BF2
RGB
CMYK
RGB Variations
Color information
#283BF2 (or 0x283BF2) is known color: Neon Blue. HEX triplet: 28, 3B and F2. RGB value is (40,59,242). Sum of RGB (Red+Green+Blue) = 40+59+242=341 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.73% from 341); Green value is 59 (23.44% from 255 or 17.30% from 341); Blue value is 242 (94.92% from 255 or 70.97% from 341); Max value from RGB is 242 - color contains mainly: blue. Hex color #283BF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #283BF2 is #D7C40D. Grayscale: #494949. Windows color (decimal): -14140430 or 15874856. OLE color: 15874856.
HSL color Cylindrical-coordinate representation of color #283BF2: hue angle of 234.36º 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 #283BF2 is Cyan = 0.83, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 59 | 242 | - |
| CMYK | 0.83 | 0.76 | 0 | 0.05 |
| HSL | 234.36º | 0.89% | 0.55% | - |
| HSV(B) | 234.36º | 0.83% | 0.95% | - |
| XYZ | 18.47 | 9.99 | 84.96 | - |
| YUV | 74.18 | 222.71 | 103.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 59 | 242 | 0.83 | 0.76 | 0 | 0.05 | 234.36 | 0.89 | 0.55 |
| Hex | 28 | 3B | F2 | 53 | 4C | 0 | 5 | EA | 59 | 37 |
| Octal | 50 | 73 | 362 | 123 | 114 | 0 | 5 | 352 | 131 | 67 |
| Binary | 101000 | 111011 | 11110010 | 1010011 | 1001100 | 0 | 101 | 11101010 | 1011001 | 110111 |
Color Harmonies of #283BF2
Complementary color
Monochromatic Colors of #283BF2
Black with #283BF2
Text Example
Text Example
White with #283BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283BF2; }
p { color: rgb(40,59,242); }
H1.HeaderClassName
{
color: #283BF2;
}
.AnyTagClassName
{
color: #283BF2;
}
</style>
background-color css
<style>
a { background-color: #283BF2; }
a { background-color: rgb(40,59,242); }
div.DivClassName
{
background-color: #283BF2;
}
.BgClassName
{
background-color: #283BF2;
}
</style>
border-color css
<style>
span { border-color: #283BF2; }
span { border-color: rgb(40,59,242); }
td.TdClassName
{
border-color: #283BF2;
}
.TagClassName
{
border-color: #283BF2;
}
</style>