Shades of Neon Blue #232BFB
Tints of Neon Blue #232BFB
RGB
CMYK
RGB Variations
Color information
#232BFB (or 0x232BFB) is known color: Neon Blue. HEX triplet: 23, 2B and FB. RGB value is (35,43,251). Sum of RGB (Red+Green+Blue) = 35+43+251=329 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.64% from 329); Green value is 43 (17.19% from 255 or 13.07% from 329); Blue value is 251 (98.44% from 255 or 76.29% from 329); Max value from RGB is 251 - color contains mainly: blue. Hex color #232BFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #232BFB is #DCD404. Grayscale: #3F3F3F. Windows color (decimal): -14472197 or 16460579. OLE color: 16460579.
HSL color Cylindrical-coordinate representation of color #232BFB: hue angle of 237.78º 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 #232BFB is Cyan = 0.86, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 35 | 43 | 251 | - |
| CMYK | 0.86 | 0.83 | 0 | 0.02 |
| HSL | 237.78º | 0.96% | 0.56% | - |
| HSV(B) | 237.78º | 0.86% | 0.98% | - |
| XYZ | 18.97 | 9.05 | 92.01 | - |
| YUV | 64.32 | 233.35 | 107.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 43 | 251 | 0.86 | 0.83 | 0 | 0.02 | 237.78 | 0.96 | 0.56 |
| Hex | 23 | 2B | FB | 56 | 53 | 0 | 2 | EE | 60 | 38 |
| Octal | 43 | 53 | 373 | 126 | 123 | 0 | 2 | 356 | 140 | 70 |
| Binary | 100011 | 101011 | 11111011 | 1010110 | 1010011 | 0 | 10 | 11101110 | 1100000 | 111000 |
Color Harmonies of #232BFB
Complementary color
Monochromatic Colors of #232BFB
Black with #232BFB
Text Example
Text Example
White with #232BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232BFB; }
p { color: rgb(35,43,251); }
H1.HeaderClassName
{
color: #232BFB;
}
.AnyTagClassName
{
color: #232BFB;
}
</style>
background-color css
<style>
a { background-color: #232BFB; }
a { background-color: rgb(35,43,251); }
div.DivClassName
{
background-color: #232BFB;
}
.BgClassName
{
background-color: #232BFB;
}
</style>
border-color css
<style>
span { border-color: #232BFB; }
span { border-color: rgb(35,43,251); }
td.TdClassName
{
border-color: #232BFB;
}
.TagClassName
{
border-color: #232BFB;
}
</style>