#333CEF

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

Shades of Neon Blue #333CEF

Tints of Neon Blue #333CEF

Color information

#333CEF (or 0x333CEF) is unknown color: approx Neon Blue. HEX triplet: 33, 3C and EF. RGB value is (51,60,239). Sum of RGB (Red+Green+Blue) = 51+60+239=350 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.57% from 350); Green value is 60 (23.83% from 255 or 17.14% from 350); Blue value is 239 (93.75% from 255 or 68.29% from 350); Max value from RGB is 239 - color contains mainly: blue. Hex color #333CEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #333CEF is #CCC310. Grayscale: #4C4C4C. Windows color (decimal): -13419281 or 15678515. OLE color: 15678515.

HSL color Cylindrical-coordinate representation of color #333CEF: hue angle of 237.13º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #333CEF is Cyan = 0.79, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB5160239-
CMYK0.790.7500.06
HSL237.13º85.45%56.86%-
HSV(B)237.13º78.66%93.73%-
XYZ18.5610.1782.65-
YUV77.72219.02108.95-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.57%
GREEN value IS 60 (23.83% from 255) = 17.14%
BLUE value IS 239 (93.75% from 255) = 68.29%
R=14.57%
G=17.14%
B=68.29%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal51602390.790.7500.06237.1385.4556.86
Hex333CEF4F4B06ed5539
Octal63743571171130635512571
Binary11001111110011101111100111110010110110111011011010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333CEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333CEF; }

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

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

<style>
 a { background-color: #333CEF; }

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

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

<style>
 span { border-color: #333CEF; }

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

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