Shades of Neon Blue #2735FA
Tints of Neon Blue #2735FA
RGB
CMYK
RGB Variations
Color information
#2735FA (or 0x2735FA) is known color: Neon Blue. HEX triplet: 27, 35 and FA. RGB value is (39,53,250). Sum of RGB (Red+Green+Blue) = 39+53+250=342 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.40% from 342); Green value is 53 (21.09% from 255 or 15.50% from 342); Blue value is 250 (98.05% from 255 or 73.10% from 342); Max value from RGB is 250 - color contains mainly: blue. Hex color #2735FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2735FA is #D8CA05. Grayscale: #464646. Windows color (decimal): -14207494 or 16397607. OLE color: 16397607.
HSL color Cylindrical-coordinate representation of color #2735FA: hue angle of 236.02º 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 #2735FA is Cyan = 0.84, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 39 | 53 | 250 | - |
| CMYK | 0.84 | 0.79 | 0 | 0.02 |
| HSL | 236.02º | 0.95% | 0.57% | - |
| HSV(B) | 236.02º | 0.84% | 0.98% | - |
| XYZ | 19.37 | 9.88 | 91.33 | - |
| YUV | 71.27 | 228.86 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 53 | 250 | 0.84 | 0.79 | 0 | 0.02 | 236.02 | 0.95 | 0.57 |
| Hex | 27 | 35 | FA | 54 | 4F | 0 | 2 | EC | 5F | 39 |
| Octal | 47 | 65 | 372 | 124 | 117 | 0 | 2 | 354 | 137 | 71 |
| Binary | 100111 | 110101 | 11111010 | 1010100 | 1001111 | 0 | 10 | 11101100 | 1011111 | 111001 |
Color Harmonies of #2735FA
Complementary color
Monochromatic Colors of #2735FA
Black with #2735FA
Text Example
Text Example
White with #2735FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2735FA; }
p { color: rgb(39,53,250); }
H1.HeaderClassName
{
color: #2735FA;
}
.AnyTagClassName
{
color: #2735FA;
}
</style>
background-color css
<style>
a { background-color: #2735FA; }
a { background-color: rgb(39,53,250); }
div.DivClassName
{
background-color: #2735FA;
}
.BgClassName
{
background-color: #2735FA;
}
</style>
border-color css
<style>
span { border-color: #2735FA; }
span { border-color: rgb(39,53,250); }
td.TdClassName
{
border-color: #2735FA;
}
.TagClassName
{
border-color: #2735FA;
}
</style>