#2B3CEF

Color #2B3CEF Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #2B3CEF

Tints of Neon Blue #2B3CEF

Color information

#2B3CEF (or 0x2B3CEF) is unknown color: approx Neon Blue. HEX triplet: 2B, 3C and EF. RGB value is (43,60,239). Sum of RGB (Red+Green+Blue) = 43+60+239=342 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.57% from 342); Green value is 60 (23.83% from 255 or 17.54% from 342); Blue value is 239 (93.75% from 255 or 69.88% from 342); Max value from RGB is 239 - color contains mainly: blue. Hex color #2B3CEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2B3CEF is #D4C310. Grayscale: #4A4A4A. Windows color (decimal): -13943569 or 15678507. OLE color: 15678507.

HSL color Cylindrical-coordinate representation of color #2B3CEF: hue angle of 234.8º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2B3CEF is Cyan = 0.82, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB4360239-
CMYK0.820.7500.06
HSL234.8º85.96%55.29%-
HSV(B)234.8º82.01%93.73%-
XYZ18.199.9882.63-
YUV75.32220.37104.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 43 (17.19% from 255) = 12.57%
GREEN value IS 60 (23.83% from 255) = 17.54%
BLUE value IS 239 (93.75% from 255) = 69.88%
R=12.57%
G=17.54%
B=69.88%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal43602390.820.7500.06234.885.9655.29
Hex2B3CEF524B06eb5637
Octal53743571221130635312667
Binary10101111110011101111101001010010110110111010111010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3CEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B3CEF; }

 p { color: rgb(43,60,239); }

 H1.HeaderClassName
 {
   color: #2B3CEF;
 }
 .AnyTagClassName
 {
   color: #2B3CEF;
 }
</style>
background-color css

<style>
 a { background-color: #2B3CEF; }

 a { background-color: rgb(43,60,239); }

 div.DivClassName
 {
   background-color: #2B3CEF;
 }
 .BgClassName
 {
   background-color: #2B3CEF;
 }
</style>
border-color css

<style>
 span { border-color: #2B3CEF; }

 span { border-color: rgb(43,60,239); }

 td.TdClassName
 {
   border-color: #2B3CEF;
 }
 .TagClassName
 {
   border-color: #2B3CEF;
 }
</style>