Shades of Neon Blue #273AF4
Tints of Neon Blue #273AF4
RGB
CMYK
RGB Variations
Color information
#273AF4 (or 0x273AF4) is known color: Neon Blue. HEX triplet: 27, 3A and F4. RGB value is (39,58,244). Sum of RGB (Red+Green+Blue) = 39+58+244=341 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.44% from 341); Green value is 58 (23.05% from 255 or 17.01% from 341); Blue value is 244 (95.70% from 255 or 71.55% from 341); Max value from RGB is 244 - color contains mainly: blue. Hex color #273AF4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #273AF4 is #D8C50B. Grayscale: #484848. Windows color (decimal): -14206220 or 16005671. OLE color: 16005671.
HSL color Cylindrical-coordinate representation of color #273AF4: hue angle of 234.44º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #273AF4 is Cyan = 0.84, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 39 | 58 | 244 | - |
| CMYK | 0.84 | 0.76 | 0 | 0.04 |
| HSL | 234.44º | 0.9% | 0.55% | - |
| HSV(B) | 234.44º | 0.84% | 0.96% | - |
| XYZ | 18.68 | 9.99 | 86.53 | - |
| YUV | 73.52 | 224.21 | 103.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 58 | 244 | 0.84 | 0.76 | 0 | 0.04 | 234.44 | 0.9 | 0.55 |
| Hex | 27 | 3A | F4 | 54 | 4C | 0 | 4 | EA | 5A | 37 |
| Octal | 47 | 72 | 364 | 124 | 114 | 0 | 4 | 352 | 132 | 67 |
| Binary | 100111 | 111010 | 11110100 | 1010100 | 1001100 | 0 | 100 | 11101010 | 1011010 | 110111 |
Color Harmonies of #273AF4
Complementary color
Monochromatic Colors of #273AF4
Black with #273AF4
Text Example
Text Example
White with #273AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273AF4; }
p { color: rgb(39,58,244); }
H1.HeaderClassName
{
color: #273AF4;
}
.AnyTagClassName
{
color: #273AF4;
}
</style>
background-color css
<style>
a { background-color: #273AF4; }
a { background-color: rgb(39,58,244); }
div.DivClassName
{
background-color: #273AF4;
}
.BgClassName
{
background-color: #273AF4;
}
</style>
border-color css
<style>
span { border-color: #273AF4; }
span { border-color: rgb(39,58,244); }
td.TdClassName
{
border-color: #273AF4;
}
.TagClassName
{
border-color: #273AF4;
}
</style>