#333EFF

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

Shades of Neon Blue #333EFF

Tints of Neon Blue #333EFF

Color information

#333EFF (or 0x333EFF) is unknown color: approx Neon Blue. HEX triplet: 33, 3E and FF. RGB value is (51,62,255). Sum of RGB (Red+Green+Blue) = 51+62+255=368 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.86% from 368); Green value is 62 (24.61% from 255 or 16.85% from 368); Blue value is 255 (100% from 255 or 69.29% from 368); Max value from RGB is 255 - color contains mainly: blue. Hex color #333EFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #333EFF is #CCC100. Grayscale: #4F4F4F. Windows color (decimal): -13418753 or 16727603. OLE color: 16727603.

HSL color Cylindrical-coordinate representation of color #333EFF: hue angle of 236.76º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #333EFF is Cyan = 0.8, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB5162255-
CMYK0.80.7600
HSL236.76º100%60%-
HSV(B)236.76º80%100%-
XYZ21.1411.3795.69-
YUV80.71226.36106.81-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.86%
GREEN value IS 62 (24.61% from 255) = 16.85%
BLUE value IS 255 (100% from 255) = 69.29%
R=13.86%
G=16.85%
B=69.29%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal51622550.80.7600236.7610060
Hex333EFF504C00ed643c
Octal63763771201140035514474
Binary110011111110111111111010000100110000111011011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,62,255); }

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

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

 a { background-color: rgb(51,62,255); }

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

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

 span { border-color: rgb(51,62,255); }

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