Shades of Neon Blue #283DFA
Tints of Neon Blue #283DFA
RGB
CMYK
RGB Variations
Color information
#283DFA (or 0x283DFA) is known color: Neon Blue. HEX triplet: 28, 3D and FA. RGB value is (40,61,250). Sum of RGB (Red+Green+Blue) = 40+61+250=351 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.40% from 351); Green value is 61 (24.22% from 255 or 17.38% from 351); Blue value is 250 (98.05% from 255 or 71.23% from 351); Max value from RGB is 250 - color contains mainly: blue. Hex color #283DFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #283DFA is #D7C205. Grayscale: #4B4B4B. Windows color (decimal): -14139910 or 16399656. OLE color: 16399656.
HSL color Cylindrical-coordinate representation of color #283DFA: hue angle of 234º 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 #283DFA is Cyan = 0.84, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 61 | 250 | - |
| CMYK | 0.84 | 0.76 | 0 | 0.02 |
| HSL | 234º | 0.95% | 0.57% | - |
| HSV(B) | 234º | 0.84% | 0.98% | - |
| XYZ | 19.8 | 10.69 | 91.46 | - |
| YUV | 76.27 | 226.04 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 61 | 250 | 0.84 | 0.76 | 0 | 0.02 | 234 | 0.95 | 0.57 |
| Hex | 28 | 3D | FA | 54 | 4C | 0 | 2 | EA | 5F | 39 |
| Octal | 50 | 75 | 372 | 124 | 114 | 0 | 2 | 352 | 137 | 71 |
| Binary | 101000 | 111101 | 11111010 | 1010100 | 1001100 | 0 | 10 | 11101010 | 1011111 | 111001 |
Color Harmonies of #283DFA
Complementary color
Monochromatic Colors of #283DFA
Black with #283DFA
Text Example
Text Example
White with #283DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283DFA; }
p { color: rgb(40,61,250); }
H1.HeaderClassName
{
color: #283DFA;
}
.AnyTagClassName
{
color: #283DFA;
}
</style>
background-color css
<style>
a { background-color: #283DFA; }
a { background-color: rgb(40,61,250); }
div.DivClassName
{
background-color: #283DFA;
}
.BgClassName
{
background-color: #283DFA;
}
</style>
border-color css
<style>
span { border-color: #283DFA; }
span { border-color: rgb(40,61,250); }
td.TdClassName
{
border-color: #283DFA;
}
.TagClassName
{
border-color: #283DFA;
}
</style>