Shades of Neon Blue #273DF2
Tints of Neon Blue #273DF2
RGB
CMYK
RGB Variations
Color information
#273DF2 (or 0x273DF2) is known color: Neon Blue. HEX triplet: 27, 3D and F2. RGB value is (39,61,242). Sum of RGB (Red+Green+Blue) = 39+61+242=342 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.40% from 342); Green value is 61 (24.22% from 255 or 17.84% from 342); Blue value is 242 (94.92% from 255 or 70.76% from 342); Max value from RGB is 242 - color contains mainly: blue. Hex color #273DF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #273DF2 is #D8C20D. Grayscale: #4A4A4A. Windows color (decimal): -14205454 or 15875367. OLE color: 15875367.
HSL color Cylindrical-coordinate representation of color #273DF2: hue angle of 233.5º 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 #273DF2 is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 39 | 61 | 242 | - |
| CMYK | 0.84 | 0.75 | 0 | 0.05 |
| HSL | 233.5º | 0.89% | 0.55% | - |
| HSV(B) | 233.5º | 0.84% | 0.95% | - |
| XYZ | 18.53 | 10.18 | 84.99 | - |
| YUV | 75.06 | 222.21 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 61 | 242 | 0.84 | 0.75 | 0 | 0.05 | 233.5 | 0.89 | 0.55 |
| Hex | 27 | 3D | F2 | 54 | 4B | 0 | 5 | E9 | 59 | 37 |
| Octal | 47 | 75 | 362 | 124 | 113 | 0 | 5 | 351 | 131 | 67 |
| Binary | 100111 | 111101 | 11110010 | 1010100 | 1001011 | 0 | 101 | 11101001 | 1011001 | 110111 |
Color Harmonies of #273DF2
Complementary color
Monochromatic Colors of #273DF2
Black with #273DF2
Text Example
Text Example
White with #273DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273DF2; }
p { color: rgb(39,61,242); }
H1.HeaderClassName
{
color: #273DF2;
}
.AnyTagClassName
{
color: #273DF2;
}
</style>
background-color css
<style>
a { background-color: #273DF2; }
a { background-color: rgb(39,61,242); }
div.DivClassName
{
background-color: #273DF2;
}
.BgClassName
{
background-color: #273DF2;
}
</style>
border-color css
<style>
span { border-color: #273DF2; }
span { border-color: rgb(39,61,242); }
td.TdClassName
{
border-color: #273DF2;
}
.TagClassName
{
border-color: #273DF2;
}
</style>