Shades of Neon Blue #2334F7
Tints of Neon Blue #2334F7
RGB
CMYK
RGB Variations
Color information
#2334F7 (or 0x2334F7) is known color: Neon Blue. HEX triplet: 23, 34 and F7. RGB value is (35,52,247). Sum of RGB (Red+Green+Blue) = 35+52+247=334 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.48% from 334); Green value is 52 (20.70% from 255 or 15.57% from 334); Blue value is 247 (96.88% from 255 or 73.95% from 334); Max value from RGB is 247 - color contains mainly: blue. Hex color #2334F7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2334F7 is #DCCB08. Grayscale: #444444. Windows color (decimal): -14469897 or 16200739. OLE color: 16200739.
HSL color Cylindrical-coordinate representation of color #2334F7: hue angle of 235.19º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2334F7 is Cyan = 0.86, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 35 | 52 | 247 | - |
| CMYK | 0.86 | 0.79 | 0 | 0.03 |
| HSL | 235.19º | 0.93% | 0.55% | - |
| HSV(B) | 235.19º | 0.86% | 0.97% | - |
| XYZ | 18.71 | 9.53 | 88.85 | - |
| YUV | 69.15 | 228.37 | 103.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 52 | 247 | 0.86 | 0.79 | 0 | 0.03 | 235.19 | 0.93 | 0.55 |
| Hex | 23 | 34 | F7 | 56 | 4F | 0 | 3 | EB | 5D | 37 |
| Octal | 43 | 64 | 367 | 126 | 117 | 0 | 3 | 353 | 135 | 67 |
| Binary | 100011 | 110100 | 11110111 | 1010110 | 1001111 | 0 | 11 | 11101011 | 1011101 | 110111 |
Color Harmonies of #2334F7
Complementary color
Monochromatic Colors of #2334F7
Black with #2334F7
Text Example
Text Example
White with #2334F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2334F7; }
p { color: rgb(35,52,247); }
H1.HeaderClassName
{
color: #2334F7;
}
.AnyTagClassName
{
color: #2334F7;
}
</style>
background-color css
<style>
a { background-color: #2334F7; }
a { background-color: rgb(35,52,247); }
div.DivClassName
{
background-color: #2334F7;
}
.BgClassName
{
background-color: #2334F7;
}
</style>
border-color css
<style>
span { border-color: #2334F7; }
span { border-color: rgb(35,52,247); }
td.TdClassName
{
border-color: #2334F7;
}
.TagClassName
{
border-color: #2334F7;
}
</style>