#3335FD

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

Shades of Neon Blue #3335FD

Tints of Neon Blue #3335FD

Color information

#3335FD (or 0x3335FD) is unknown color: approx Neon Blue. HEX triplet: 33, 35 and FD. RGB value is (51,53,253). Sum of RGB (Red+Green+Blue) = 51+53+253=357 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.29% from 357); Green value is 53 (21.09% from 255 or 14.85% from 357); Blue value is 253 (99.22% from 255 or 70.87% from 357); Max value from RGB is 253 - color contains mainly: blue. Hex color #3335FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3335FD is #CCCA02. Grayscale: #4A4A4A. Windows color (decimal): -13421059 or 16594227. OLE color: 16594227.

HSL color Cylindrical-coordinate representation of color #3335FD: hue angle of 239.41º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3335FD is Cyan = 0.80, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB5153253-
CMYK0.800.7900.01
HSL239.41º98.06%59.61%-
HSV(B)239.41º79.84%99.22%-
XYZ20.3710.3493.85-
YUV75.2228.34110.74-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.29%
GREEN value IS 53 (21.09% from 255) = 14.85%
BLUE value IS 253 (99.22% from 255) = 70.87%
R=14.29%
G=14.85%
B=70.87%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal51532530.800.7900.01239.4198.0659.61
Hex3335FD504F01ef623c
Octal63653751201170135714274
Binary110011110101111111011010000100111101111011111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3335FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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