#3335FF

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

Shades of Neon Blue #3335FF

Tints of Neon Blue #3335FF

Color information

#3335FF (or 0x3335FF) is unknown color: approx Neon Blue. HEX triplet: 33, 35 and FF. RGB value is (51,53,255). Sum of RGB (Red+Green+Blue) = 51+53+255=359 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.21% from 359); Green value is 53 (21.09% from 255 or 14.76% from 359); Blue value is 255 (100% from 255 or 71.03% from 359); Max value from RGB is 255 - color contains mainly: blue. Hex color #3335FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3335FF is #CCCA00. Grayscale: #4A4A4A. Windows color (decimal): -13421057 or 16725299. OLE color: 16725299.

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

Color convert

RGB5153255-
CMYK0.80.7900
HSL239.41º100%60%-
HSV(B)239.41º80%100%-
XYZ20.6910.4795.54-
YUV75.43229.34110.57-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.21%
GREEN value IS 53 (21.09% from 255) = 14.76%
BLUE value IS 255 (100% from 255) = 71.03%
R=14.21%
G=14.76%
B=71.03%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal51532550.80.7900239.4110060
Hex3335FF504F00ef643c
Octal63653771201170035714474
Binary110011110101111111111010000100111100111011111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3335FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3335FF; }

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

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

<style>
 a { background-color: #3335FF; }

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

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

<style>
 span { border-color: #3335FF; }

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

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