Shades of Neon Blue #274AF6
Tints of Neon Blue #274AF6
RGB
CMYK
RGB Variations
Color information
#274AF6 (or 0x274AF6) is known color: Neon Blue. HEX triplet: 27, 4A and F6. RGB value is (39,74,246). Sum of RGB (Red+Green+Blue) = 39+74+246=359 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.86% from 359); Green value is 74 (29.30% from 255 or 20.61% from 359); Blue value is 246 (96.48% from 255 or 68.52% from 359); Max value from RGB is 246 - color contains mainly: blue. Hex color #274AF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #274AF6 is #D8B509. Grayscale: #525252. Windows color (decimal): -14202122 or 16140839. OLE color: 16140839.
HSL color Cylindrical-coordinate representation of color #274AF6: hue angle of 229.86º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #274AF6 is Cyan = 0.84, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 39 | 74 | 246 | - |
| CMYK | 0.84 | 0.70 | 0 | 0.04 |
| HSL | 229.86º | 0.92% | 0.56% | - |
| HSV(B) | 229.86º | 0.84% | 0.96% | - |
| XYZ | 19.92 | 11.98 | 88.45 | - |
| YUV | 83.14 | 219.9 | 96.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 74 | 246 | 0.84 | 0.70 | 0 | 0.04 | 229.86 | 0.92 | 0.56 |
| Hex | 27 | 4A | F6 | 54 | 46 | 0 | 4 | E6 | 5C | 38 |
| Octal | 47 | 112 | 366 | 124 | 106 | 0 | 4 | 346 | 134 | 70 |
| Binary | 100111 | 1001010 | 11110110 | 1010100 | 1000110 | 0 | 100 | 11100110 | 1011100 | 111000 |
Color Harmonies of #274AF6
Complementary color
Monochromatic Colors of #274AF6
Black with #274AF6
Text Example
Text Example
White with #274AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274AF6; }
p { color: rgb(39,74,246); }
H1.HeaderClassName
{
color: #274AF6;
}
.AnyTagClassName
{
color: #274AF6;
}
</style>
background-color css
<style>
a { background-color: #274AF6; }
a { background-color: rgb(39,74,246); }
div.DivClassName
{
background-color: #274AF6;
}
.BgClassName
{
background-color: #274AF6;
}
</style>
border-color css
<style>
span { border-color: #274AF6; }
span { border-color: rgb(39,74,246); }
td.TdClassName
{
border-color: #274AF6;
}
.TagClassName
{
border-color: #274AF6;
}
</style>