Shades of Neon Blue #2830F3
Tints of Neon Blue #2830F3
RGB
CMYK
RGB Variations
Color information
#2830F3 (or 0x2830F3) is known color: Neon Blue. HEX triplet: 28, 30 and F3. RGB value is (40,48,243). Sum of RGB (Red+Green+Blue) = 40+48+243=331 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.08% from 331); Green value is 48 (19.14% from 255 or 14.50% from 331); Blue value is 243 (95.31% from 255 or 73.41% from 331); Max value from RGB is 243 - color contains mainly: blue. Hex color #2830F3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2830F3 is #D7CF0C. Grayscale: #434343. Windows color (decimal): -14143245 or 15937576. OLE color: 15937576.
HSL color Cylindrical-coordinate representation of color #2830F3: hue angle of 237.64º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2830F3 is Cyan = 0.84, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 48 | 243 | - |
| CMYK | 0.84 | 0.80 | 0 | 0.05 |
| HSL | 237.64º | 0.89% | 0.55% | - |
| HSV(B) | 237.64º | 0.84% | 0.95% | - |
| XYZ | 18.11 | 9.04 | 85.58 | - |
| YUV | 67.84 | 226.85 | 108.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 48 | 243 | 0.84 | 0.80 | 0 | 0.05 | 237.64 | 0.89 | 0.55 |
| Hex | 28 | 30 | F3 | 54 | 50 | 0 | 5 | EE | 59 | 37 |
| Octal | 50 | 60 | 363 | 124 | 120 | 0 | 5 | 356 | 131 | 67 |
| Binary | 101000 | 110000 | 11110011 | 1010100 | 1010000 | 0 | 101 | 11101110 | 1011001 | 110111 |
Color Harmonies of #2830F3
Complementary color
Monochromatic Colors of #2830F3
Black with #2830F3
Text Example
Text Example
White with #2830F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2830F3; }
p { color: rgb(40,48,243); }
H1.HeaderClassName
{
color: #2830F3;
}
.AnyTagClassName
{
color: #2830F3;
}
</style>
background-color css
<style>
a { background-color: #2830F3; }
a { background-color: rgb(40,48,243); }
div.DivClassName
{
background-color: #2830F3;
}
.BgClassName
{
background-color: #2830F3;
}
</style>
border-color css
<style>
span { border-color: #2830F3; }
span { border-color: rgb(40,48,243); }
td.TdClassName
{
border-color: #2830F3;
}
.TagClassName
{
border-color: #2830F3;
}
</style>