Shades of Neon Blue #2F45FE
Tints of Neon Blue #2F45FE
RGB
CMYK
RGB Variations
Color information
#2F45FE (or 0x2F45FE) is known color: Neon Blue. HEX triplet: 2F, 45 and FE. RGB value is (47,69,254). Sum of RGB (Red+Green+Blue) = 47+69+254=370 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.70% from 370); Green value is 69 (27.34% from 255 or 18.65% from 370); Blue value is 254 (99.61% from 255 or 68.65% from 370); Max value from RGB is 254 - color contains mainly: blue. Hex color #2F45FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2F45FE is #D0BA01. Grayscale: #525252. Windows color (decimal): -13679106 or 16663855. OLE color: 16663855.
HSL color Cylindrical-coordinate representation of color #2F45FE: hue angle of 233.62º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F45FE is Cyan = 0.81, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 47 | 69 | 254 | - |
| CMYK | 0.81 | 0.73 | 0 | 0.00 |
| HSL | 233.62º | 0.99% | 0.59% | - |
| HSV(B) | 233.62º | 0.81% | 1% | - |
| XYZ | 21.19 | 12.02 | 94.97 | - |
| YUV | 83.51 | 224.21 | 101.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 69 | 254 | 0.81 | 0.73 | 0 | 0.00 | 233.62 | 0.99 | 0.59 |
| Hex | 2F | 45 | FE | 51 | 49 | 0 | 0 | EA | 63 | 3B |
| Octal | 57 | 105 | 376 | 121 | 111 | 0 | 0 | 352 | 143 | 73 |
| Binary | 101111 | 1000101 | 11111110 | 1010001 | 1001001 | 0 | 0 | 11101010 | 1100011 | 111011 |
Color Harmonies of #2F45FE
Complementary color
Monochromatic Colors of #2F45FE
Black with #2F45FE
Text Example
Text Example
White with #2F45FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F45FE; }
p { color: rgb(47,69,254); }
H1.HeaderClassName
{
color: #2F45FE;
}
.AnyTagClassName
{
color: #2F45FE;
}
</style>
background-color css
<style>
a { background-color: #2F45FE; }
a { background-color: rgb(47,69,254); }
div.DivClassName
{
background-color: #2F45FE;
}
.BgClassName
{
background-color: #2F45FE;
}
</style>
border-color css
<style>
span { border-color: #2F45FE; }
span { border-color: rgb(47,69,254); }
td.TdClassName
{
border-color: #2F45FE;
}
.TagClassName
{
border-color: #2F45FE;
}
</style>