Shades of Neon Blue #283CF2
Tints of Neon Blue #283CF2
RGB
CMYK
RGB Variations
Color information
#283CF2 (or 0x283CF2) is known color: Neon Blue. HEX triplet: 28, 3C and F2. RGB value is (40,60,242). Sum of RGB (Red+Green+Blue) = 40+60+242=342 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.70% from 342); Green value is 60 (23.83% from 255 or 17.54% from 342); Blue value is 242 (94.92% from 255 or 70.76% from 342); Max value from RGB is 242 - color contains mainly: blue. Hex color #283CF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #283CF2 is #D7C30D. Grayscale: #4A4A4A. Windows color (decimal): -14140174 or 15875112. OLE color: 15875112.
HSL color Cylindrical-coordinate representation of color #283CF2: hue angle of 234.06º 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 #283CF2 is Cyan = 0.83, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 60 | 242 | - |
| CMYK | 0.83 | 0.75 | 0 | 0.05 |
| HSL | 234.06º | 0.89% | 0.55% | - |
| HSV(B) | 234.06º | 0.83% | 0.95% | - |
| XYZ | 18.52 | 10.09 | 84.98 | - |
| YUV | 74.77 | 222.37 | 103.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 60 | 242 | 0.83 | 0.75 | 0 | 0.05 | 234.06 | 0.89 | 0.55 |
| Hex | 28 | 3C | F2 | 53 | 4B | 0 | 5 | EA | 59 | 37 |
| Octal | 50 | 74 | 362 | 123 | 113 | 0 | 5 | 352 | 131 | 67 |
| Binary | 101000 | 111100 | 11110010 | 1010011 | 1001011 | 0 | 101 | 11101010 | 1011001 | 110111 |
Color Harmonies of #283CF2
Complementary color
Monochromatic Colors of #283CF2
Black with #283CF2
Text Example
Text Example
White with #283CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283CF2; }
p { color: rgb(40,60,242); }
H1.HeaderClassName
{
color: #283CF2;
}
.AnyTagClassName
{
color: #283CF2;
}
</style>
background-color css
<style>
a { background-color: #283CF2; }
a { background-color: rgb(40,60,242); }
div.DivClassName
{
background-color: #283CF2;
}
.BgClassName
{
background-color: #283CF2;
}
</style>
border-color css
<style>
span { border-color: #283CF2; }
span { border-color: rgb(40,60,242); }
td.TdClassName
{
border-color: #283CF2;
}
.TagClassName
{
border-color: #283CF2;
}
</style>