Shades of Neon Blue #233BFA
Tints of Neon Blue #233BFA
RGB
CMYK
RGB Variations
Color information
#233BFA (or 0x233BFA) is known color: Neon Blue. HEX triplet: 23, 3B and FA. RGB value is (35,59,250). Sum of RGB (Red+Green+Blue) = 35+59+250=344 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.17% from 344); Green value is 59 (23.44% from 255 or 17.15% from 344); Blue value is 250 (98.05% from 255 or 72.67% from 344); Max value from RGB is 250 - color contains mainly: blue. Hex color #233BFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #233BFA is #DCC405. Grayscale: #484848. Windows color (decimal): -14468102 or 16399139. OLE color: 16399139.
HSL color Cylindrical-coordinate representation of color #233BFA: hue angle of 233.3º 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 #233BFA is Cyan = 0.86, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 35 | 59 | 250 | - |
| CMYK | 0.86 | 0.76 | 0 | 0.02 |
| HSL | 233.3º | 0.96% | 0.56% | - |
| HSV(B) | 233.3º | 0.86% | 0.98% | - |
| XYZ | 19.51 | 10.39 | 91.42 | - |
| YUV | 73.6 | 227.55 | 100.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 59 | 250 | 0.86 | 0.76 | 0 | 0.02 | 233.3 | 0.96 | 0.56 |
| Hex | 23 | 3B | FA | 56 | 4C | 0 | 2 | E9 | 60 | 38 |
| Octal | 43 | 73 | 372 | 126 | 114 | 0 | 2 | 351 | 140 | 70 |
| Binary | 100011 | 111011 | 11111010 | 1010110 | 1001100 | 0 | 10 | 11101001 | 1100000 | 111000 |
Color Harmonies of #233BFA
Complementary color
Monochromatic Colors of #233BFA
Black with #233BFA
Text Example
Text Example
White with #233BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233BFA; }
p { color: rgb(35,59,250); }
H1.HeaderClassName
{
color: #233BFA;
}
.AnyTagClassName
{
color: #233BFA;
}
</style>
background-color css
<style>
a { background-color: #233BFA; }
a { background-color: rgb(35,59,250); }
div.DivClassName
{
background-color: #233BFA;
}
.BgClassName
{
background-color: #233BFA;
}
</style>
border-color css
<style>
span { border-color: #233BFA; }
span { border-color: rgb(35,59,250); }
td.TdClassName
{
border-color: #233BFA;
}
.TagClassName
{
border-color: #233BFA;
}
</style>