Shades of Neon Blue #274BF2
Tints of Neon Blue #274BF2
RGB
CMYK
RGB Variations
Color information
#274BF2 (or 0x274BF2) is known color: Neon Blue. HEX triplet: 27, 4B and F2. RGB value is (39,75,242). Sum of RGB (Red+Green+Blue) = 39+75+242=356 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.96% from 356); Green value is 75 (29.69% from 255 or 21.07% from 356); Blue value is 242 (94.92% from 255 or 67.98% from 356); Max value from RGB is 242 - color contains mainly: blue. Hex color #274BF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #274BF2 is #D8B40D. Grayscale: #525252. Windows color (decimal): -14201870 or 15878951. OLE color: 15878951.
HSL color Cylindrical-coordinate representation of color #274BF2: hue angle of 229.36º 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 #274BF2 is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 39 | 75 | 242 | - |
| CMYK | 0.84 | 0.69 | 0 | 0.05 |
| HSL | 229.36º | 0.89% | 0.55% | - |
| HSV(B) | 229.36º | 0.84% | 0.95% | - |
| XYZ | 19.38 | 11.87 | 85.27 | - |
| YUV | 83.27 | 217.57 | 96.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 75 | 242 | 0.84 | 0.69 | 0 | 0.05 | 229.36 | 0.89 | 0.55 |
| Hex | 27 | 4B | F2 | 54 | 45 | 0 | 5 | E5 | 59 | 37 |
| Octal | 47 | 113 | 362 | 124 | 105 | 0 | 5 | 345 | 131 | 67 |
| Binary | 100111 | 1001011 | 11110010 | 1010100 | 1000101 | 0 | 101 | 11100101 | 1011001 | 110111 |
Color Harmonies of #274BF2
Complementary color
Monochromatic Colors of #274BF2
Black with #274BF2
Text Example
Text Example
White with #274BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274BF2; }
p { color: rgb(39,75,242); }
H1.HeaderClassName
{
color: #274BF2;
}
.AnyTagClassName
{
color: #274BF2;
}
</style>
background-color css
<style>
a { background-color: #274BF2; }
a { background-color: rgb(39,75,242); }
div.DivClassName
{
background-color: #274BF2;
}
.BgClassName
{
background-color: #274BF2;
}
</style>
border-color css
<style>
span { border-color: #274BF2; }
span { border-color: rgb(39,75,242); }
td.TdClassName
{
border-color: #274BF2;
}
.TagClassName
{
border-color: #274BF2;
}
</style>