Shades of Neon Blue #273BFD
Tints of Neon Blue #273BFD
RGB
CMYK
RGB Variations
Color information
#273BFD (or 0x273BFD) is known color: Neon Blue. HEX triplet: 27, 3B and FD. RGB value is (39,59,253). Sum of RGB (Red+Green+Blue) = 39+59+253=351 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.11% from 351); Green value is 59 (23.44% from 255 or 16.81% from 351); Blue value is 253 (99.22% from 255 or 72.08% from 351); Max value from RGB is 253 - color contains mainly: blue. Hex color #273BFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #273BFD is #D8C402. Grayscale: #4A4A4A. Windows color (decimal): -14205955 or 16595751. OLE color: 16595751.
HSL color Cylindrical-coordinate representation of color #273BFD: hue angle of 234.39º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #273BFD is Cyan = 0.85, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 39 | 59 | 253 | - |
| CMYK | 0.85 | 0.77 | 0 | 0.01 |
| HSL | 234.39º | 0.98% | 0.57% | - |
| HSV(B) | 234.39º | 0.85% | 0.99% | - |
| XYZ | 20.13 | 10.65 | 93.92 | - |
| YUV | 75.14 | 228.37 | 102.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 59 | 253 | 0.85 | 0.77 | 0 | 0.01 | 234.39 | 0.98 | 0.57 |
| Hex | 27 | 3B | FD | 55 | 4D | 0 | 1 | EA | 62 | 39 |
| Octal | 47 | 73 | 375 | 125 | 115 | 0 | 1 | 352 | 142 | 71 |
| Binary | 100111 | 111011 | 11111101 | 1010101 | 1001101 | 0 | 1 | 11101010 | 1100010 | 111001 |
Color Harmonies of #273BFD
Complementary color
Monochromatic Colors of #273BFD
Black with #273BFD
Text Example
Text Example
White with #273BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273BFD; }
p { color: rgb(39,59,253); }
H1.HeaderClassName
{
color: #273BFD;
}
.AnyTagClassName
{
color: #273BFD;
}
</style>
background-color css
<style>
a { background-color: #273BFD; }
a { background-color: rgb(39,59,253); }
div.DivClassName
{
background-color: #273BFD;
}
.BgClassName
{
background-color: #273BFD;
}
</style>
border-color css
<style>
span { border-color: #273BFD; }
span { border-color: rgb(39,59,253); }
td.TdClassName
{
border-color: #273BFD;
}
.TagClassName
{
border-color: #273BFD;
}
</style>