Shades of Neon Blue #274AF1
Tints of Neon Blue #274AF1
RGB
CMYK
RGB Variations
Color information
#274AF1 (or 0x274AF1) is known color: Neon Blue. HEX triplet: 27, 4A and F1. RGB value is (39,74,241). Sum of RGB (Red+Green+Blue) = 39+74+241=354 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.02% from 354); Green value is 74 (29.30% from 255 or 20.90% from 354); Blue value is 241 (94.53% from 255 or 68.08% from 354); Max value from RGB is 241 - color contains mainly: blue. Hex color #274AF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #274AF1 is #D8B50E. Grayscale: #515151. Windows color (decimal): -14202127 or 15813159. OLE color: 15813159.
HSL color Cylindrical-coordinate representation of color #274AF1: hue angle of 229.6º degrees, saturation: 0.88, 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 #274AF1 is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 39 | 74 | 241 | - |
| CMYK | 0.84 | 0.69 | 0 | 0.05 |
| HSL | 229.6º | 0.88% | 0.55% | - |
| HSV(B) | 229.6º | 0.84% | 0.95% | - |
| XYZ | 19.16 | 11.68 | 84.46 | - |
| YUV | 82.57 | 217.4 | 96.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 74 | 241 | 0.84 | 0.69 | 0 | 0.05 | 229.6 | 0.88 | 0.55 |
| Hex | 27 | 4A | F1 | 54 | 45 | 0 | 5 | E6 | 58 | 37 |
| Octal | 47 | 112 | 361 | 124 | 105 | 0 | 5 | 346 | 130 | 67 |
| Binary | 100111 | 1001010 | 11110001 | 1010100 | 1000101 | 0 | 101 | 11100110 | 1011000 | 110111 |
Color Harmonies of #274AF1
Complementary color
Monochromatic Colors of #274AF1
Black with #274AF1
Text Example
Text Example
White with #274AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274AF1; }
p { color: rgb(39,74,241); }
H1.HeaderClassName
{
color: #274AF1;
}
.AnyTagClassName
{
color: #274AF1;
}
</style>
background-color css
<style>
a { background-color: #274AF1; }
a { background-color: rgb(39,74,241); }
div.DivClassName
{
background-color: #274AF1;
}
.BgClassName
{
background-color: #274AF1;
}
</style>
border-color css
<style>
span { border-color: #274AF1; }
span { border-color: rgb(39,74,241); }
td.TdClassName
{
border-color: #274AF1;
}
.TagClassName
{
border-color: #274AF1;
}
</style>