#333CED

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

Shades of Neon Blue #333CED

Tints of Neon Blue #333CED

Color information

#333CED (or 0x333CED) is unknown color: approx Neon Blue. HEX triplet: 33, 3C and ED. RGB value is (51,60,237). Sum of RGB (Red+Green+Blue) = 51+60+237=348 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.66% from 348); Green value is 60 (23.83% from 255 or 17.24% from 348); Blue value is 237 (92.97% from 255 or 68.10% from 348); Max value from RGB is 237 - color contains mainly: blue. Hex color #333CED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #333CED is #CCC312. Grayscale: #4C4C4C. Windows color (decimal): -13419283 or 15547443. OLE color: 15547443.

HSL color Cylindrical-coordinate representation of color #333CED: hue angle of 237.1º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #333CED is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB5160237-
CMYK0.780.7500.07
HSL237.1º83.78%56.47%-
HSV(B)237.1º78.48%92.94%-
XYZ18.2710.0581.1-
YUV77.49218.02109.11-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.66%
GREEN value IS 60 (23.83% from 255) = 17.24%
BLUE value IS 237 (92.97% from 255) = 68.10%
R=14.66%
G=17.24%
B=68.10%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal51602370.780.7500.07237.183.7856.47
Hex333CED4E4B07ed5438
Octal63743551161130735512470
Binary11001111110011101101100111010010110111111011011010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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