#353CFD

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

Shades of Neon Blue #353CFD

Tints of Neon Blue #353CFD

Color information

#353CFD (or 0x353CFD) is unknown color: approx Neon Blue. HEX triplet: 35, 3C and FD. RGB value is (53,60,253). Sum of RGB (Red+Green+Blue) = 53+60+253=366 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.48% from 366); Green value is 60 (23.83% from 255 or 16.39% from 366); Blue value is 253 (99.22% from 255 or 69.13% from 366); Max value from RGB is 253 - color contains mainly: blue. Hex color #353CFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #353CFD is #CAC302. Grayscale: #4F4F4F. Windows color (decimal): -13288195 or 16596021. OLE color: 16596021.

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

Color convert

RGB5360253-
CMYK0.790.7600.01
HSL237.9º98.04%60%-
HSV(B)237.9º79.05%99.22%-
XYZ20.8111.0893.97-
YUV79.91225.68108.81-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.48%
GREEN value IS 60 (23.83% from 255) = 16.39%
BLUE value IS 253 (99.22% from 255) = 69.13%
R=14.48%
G=16.39%
B=69.13%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal53602530.790.7600.01237.998.0460
Hex353CFD4F4C01ee623c
Octal65743751171140135614274
Binary110101111100111111011001111100110001111011101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353CFD; }

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

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

<style>
 a { background-color: #353CFD; }

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

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

<style>
 span { border-color: #353CFD; }

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

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