#3335FC

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

Shades of Neon Blue #3335FC

Tints of Neon Blue #3335FC

Color information

#3335FC (or 0x3335FC) is unknown color: approx Neon Blue. HEX triplet: 33, 35 and FC. RGB value is (51,53,252). Sum of RGB (Red+Green+Blue) = 51+53+252=356 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.33% from 356); Green value is 53 (21.09% from 255 or 14.89% from 356); Blue value is 252 (98.83% from 255 or 70.79% from 356); Max value from RGB is 252 - color contains mainly: blue. Hex color #3335FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3335FC is #CCCA03. Grayscale: #4A4A4A. Windows color (decimal): -13421060 or 16528691. OLE color: 16528691.

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

Color convert

RGB5153252-
CMYK0.800.7900.01
HSL239.4º97.1%59.41%-
HSV(B)239.4º79.76%98.82%-
XYZ20.2110.2893.01-
YUV75.09227.84110.82-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.33%
GREEN value IS 53 (21.09% from 255) = 14.89%
BLUE value IS 252 (98.83% from 255) = 70.79%
R=14.33%
G=14.89%
B=70.79%

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
Decimal51532520.800.7900.01239.497.159.41
Hex3335FC504F01ef613b
Octal63653741201170135714173
Binary110011110101111111001010000100111101111011111100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3335FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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