Shades of Neon Blue #283CFF
Tints of Neon Blue #283CFF
RGB
CMYK
RGB Variations
Color information
#283CFF (or 0x283CFF) is known color: Neon Blue. HEX triplet: 28, 3C and FF. RGB value is (40,60,255). Sum of RGB (Red+Green+Blue) = 40+60+255=355 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.27% from 355); Green value is 60 (23.83% from 255 or 16.90% from 355); Blue value is 255 (100% from 255 or 71.83% from 355); Max value from RGB is 255 - color contains mainly: blue. Hex color #283CFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #283CFF is #D7C300. Grayscale: #4B4B4B. Windows color (decimal): -14140161 or 16727080. OLE color: 16727080.
HSL color Cylindrical-coordinate representation of color #283CFF: hue angle of 234.42º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #283CFF is Cyan = 0.84, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 60 | 255 | - |
| CMYK | 0.84 | 0.76 | 0 | 0 |
| HSL | 234.42º | 1% | 0.58% | - |
| HSV(B) | 234.42º | 0.84% | 1% | - |
| XYZ | 20.54 | 10.9 | 95.63 | - |
| YUV | 76.25 | 228.87 | 102.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 60 | 255 | 0.84 | 0.76 | 0 | 0 | 234.42 | 1 | 0.58 |
| Hex | 28 | 3C | FF | 54 | 4C | 0 | 0 | EA | 64 | 3A |
| Octal | 50 | 74 | 377 | 124 | 114 | 0 | 0 | 352 | 144 | 72 |
| Binary | 101000 | 111100 | 11111111 | 1010100 | 1001100 | 0 | 0 | 11101010 | 1100100 | 111010 |
Color Harmonies of #283CFF
Complementary color
Monochromatic Colors of #283CFF
Black with #283CFF
Text Example
Text Example
White with #283CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283CFF; }
p { color: rgb(40,60,255); }
H1.HeaderClassName
{
color: #283CFF;
}
.AnyTagClassName
{
color: #283CFF;
}
</style>
background-color css
<style>
a { background-color: #283CFF; }
a { background-color: rgb(40,60,255); }
div.DivClassName
{
background-color: #283CFF;
}
.BgClassName
{
background-color: #283CFF;
}
</style>
border-color css
<style>
span { border-color: #283CFF; }
span { border-color: rgb(40,60,255); }
td.TdClassName
{
border-color: #283CFF;
}
.TagClassName
{
border-color: #283CFF;
}
</style>