#333DFF

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

Shades of Neon Blue #333DFF

Tints of Neon Blue #333DFF

Color information

#333DFF (or 0x333DFF) is unknown color: approx Neon Blue. HEX triplet: 33, 3D and FF. RGB value is (51,61,255). Sum of RGB (Red+Green+Blue) = 51+61+255=367 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.90% from 367); Green value is 61 (24.22% from 255 or 16.62% from 367); Blue value is 255 (100% from 255 or 69.48% from 367); Max value from RGB is 255 - color contains mainly: blue. Hex color #333DFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #333DFF is #CCC200. Grayscale: #4F4F4F. Windows color (decimal): -13419009 or 16727347. OLE color: 16727347.

HSL color Cylindrical-coordinate representation of color #333DFF: hue angle of 237.06º 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 #333DFF is Cyan = 0.8, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB5161255-
CMYK0.80.7600
HSL237.06º100%60%-
HSV(B)237.06º80%100%-
XYZ21.0811.2695.67-
YUV80.13226.69107.23-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.90%
GREEN value IS 61 (24.22% from 255) = 16.62%
BLUE value IS 255 (100% from 255) = 69.48%
R=13.90%
G=16.62%
B=69.48%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal51612550.80.7600237.0610060
Hex333DFF504C00ed643c
Octal63753771201140035514474
Binary110011111101111111111010000100110000111011011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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