Shades of Neon Blue #233CFD
Tints of Neon Blue #233CFD
RGB
CMYK
RGB Variations
Color information
#233CFD (or 0x233CFD) is known color: Neon Blue. HEX triplet: 23, 3C and FD. RGB value is (35,60,253). Sum of RGB (Red+Green+Blue) = 35+60+253=348 (46% of max value = 765). Red value is 35 (14.06% from 255 or 10.06% from 348); Green value is 60 (23.83% from 255 or 17.24% from 348); Blue value is 253 (99.22% from 255 or 72.70% from 348); Max value from RGB is 253 - color contains mainly: blue. Hex color #233CFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #233CFD is #DCC302. Grayscale: #494949. Windows color (decimal): -14467843 or 16596003. OLE color: 16596003.
HSL color Cylindrical-coordinate representation of color #233CFD: hue angle of 233.12º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #233CFD is Cyan = 0.86, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 35 | 60 | 253 | - |
| CMYK | 0.86 | 0.76 | 0 | 0.01 |
| HSL | 233.12º | 0.98% | 0.56% | - |
| HSV(B) | 233.12º | 0.86% | 0.99% | - |
| XYZ | 20.04 | 10.68 | 93.93 | - |
| YUV | 74.53 | 228.72 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 60 | 253 | 0.86 | 0.76 | 0 | 0.01 | 233.12 | 0.98 | 0.56 |
| Hex | 23 | 3C | FD | 56 | 4C | 0 | 1 | E9 | 62 | 38 |
| Octal | 43 | 74 | 375 | 126 | 114 | 0 | 1 | 351 | 142 | 70 |
| Binary | 100011 | 111100 | 11111101 | 1010110 | 1001100 | 0 | 1 | 11101001 | 1100010 | 111000 |
Color Harmonies of #233CFD
Complementary color
Monochromatic Colors of #233CFD
Black with #233CFD
Text Example
Text Example
White with #233CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233CFD; }
p { color: rgb(35,60,253); }
H1.HeaderClassName
{
color: #233CFD;
}
.AnyTagClassName
{
color: #233CFD;
}
</style>
background-color css
<style>
a { background-color: #233CFD; }
a { background-color: rgb(35,60,253); }
div.DivClassName
{
background-color: #233CFD;
}
.BgClassName
{
background-color: #233CFD;
}
</style>
border-color css
<style>
span { border-color: #233CFD; }
span { border-color: rgb(35,60,253); }
td.TdClassName
{
border-color: #233CFD;
}
.TagClassName
{
border-color: #233CFD;
}
</style>