Shades of Neon Blue #2730FA
Tints of Neon Blue #2730FA
RGB
CMYK
RGB Variations
Color information
#2730FA (or 0x2730FA) is known color: Neon Blue. HEX triplet: 27, 30 and FA. RGB value is (39,48,250). Sum of RGB (Red+Green+Blue) = 39+48+250=337 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.57% from 337); Green value is 48 (19.14% from 255 or 14.24% from 337); Blue value is 250 (98.05% from 255 or 74.18% from 337); Max value from RGB is 250 - color contains mainly: blue. Hex color #2730FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2730FA is #D8CF05. Grayscale: #434343. Windows color (decimal): -14208774 or 16396327. OLE color: 16396327.
HSL color Cylindrical-coordinate representation of color #2730FA: hue angle of 237.44º 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 #2730FA is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 39 | 48 | 250 | - |
| CMYK | 0.84 | 0.81 | 0 | 0.02 |
| HSL | 237.44º | 0.95% | 0.57% | - |
| HSV(B) | 237.44º | 0.84% | 0.98% | - |
| XYZ | 19.15 | 9.45 | 91.26 | - |
| YUV | 68.34 | 230.52 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 48 | 250 | 0.84 | 0.81 | 0 | 0.02 | 237.44 | 0.95 | 0.57 |
| Hex | 27 | 30 | FA | 54 | 51 | 0 | 2 | ED | 5F | 39 |
| Octal | 47 | 60 | 372 | 124 | 121 | 0 | 2 | 355 | 137 | 71 |
| Binary | 100111 | 110000 | 11111010 | 1010100 | 1010001 | 0 | 10 | 11101101 | 1011111 | 111001 |
Color Harmonies of #2730FA
Complementary color
Monochromatic Colors of #2730FA
Black with #2730FA
Text Example
Text Example
White with #2730FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2730FA; }
p { color: rgb(39,48,250); }
H1.HeaderClassName
{
color: #2730FA;
}
.AnyTagClassName
{
color: #2730FA;
}
</style>
background-color css
<style>
a { background-color: #2730FA; }
a { background-color: rgb(39,48,250); }
div.DivClassName
{
background-color: #2730FA;
}
.BgClassName
{
background-color: #2730FA;
}
</style>
border-color css
<style>
span { border-color: #2730FA; }
span { border-color: rgb(39,48,250); }
td.TdClassName
{
border-color: #2730FA;
}
.TagClassName
{
border-color: #2730FA;
}
</style>