Shades of Neon Blue #234DFB
Tints of Neon Blue #234DFB
RGB
CMYK
RGB Variations
Color information
#234DFB (or 0x234DFB) is known color: Neon Blue. HEX triplet: 23, 4D and FB. RGB value is (35,77,251). Sum of RGB (Red+Green+Blue) = 35+77+251=363 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.64% from 363); Green value is 77 (30.47% from 255 or 21.21% from 363); Blue value is 251 (98.44% from 255 or 69.15% from 363); Max value from RGB is 251 - color contains mainly: blue. Hex color #234DFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #234DFB is #DCB204. Grayscale: #535353. Windows color (decimal): -14463493 or 16469283. OLE color: 16469283.
HSL color Cylindrical-coordinate representation of color #234DFB: hue angle of 228.33º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #234DFB is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 35 | 77 | 251 | - |
| CMYK | 0.86 | 0.69 | 0 | 0.02 |
| HSL | 228.33º | 0.96% | 0.56% | - |
| HSV(B) | 228.33º | 0.86% | 0.98% | - |
| XYZ | 20.76 | 12.63 | 92.61 | - |
| YUV | 84.28 | 222.09 | 92.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 77 | 251 | 0.86 | 0.69 | 0 | 0.02 | 228.33 | 0.96 | 0.56 |
| Hex | 23 | 4D | FB | 56 | 45 | 0 | 2 | E4 | 60 | 38 |
| Octal | 43 | 115 | 373 | 126 | 105 | 0 | 2 | 344 | 140 | 70 |
| Binary | 100011 | 1001101 | 11111011 | 1010110 | 1000101 | 0 | 10 | 11100100 | 1100000 | 111000 |
Color Harmonies of #234DFB
Complementary color
Monochromatic Colors of #234DFB
Black with #234DFB
Text Example
Text Example
White with #234DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234DFB; }
p { color: rgb(35,77,251); }
H1.HeaderClassName
{
color: #234DFB;
}
.AnyTagClassName
{
color: #234DFB;
}
</style>
background-color css
<style>
a { background-color: #234DFB; }
a { background-color: rgb(35,77,251); }
div.DivClassName
{
background-color: #234DFB;
}
.BgClassName
{
background-color: #234DFB;
}
</style>
border-color css
<style>
span { border-color: #234DFB; }
span { border-color: rgb(35,77,251); }
td.TdClassName
{
border-color: #234DFB;
}
.TagClassName
{
border-color: #234DFB;
}
</style>