Html Css Color HEX #353DEC Neon Blue

📋 copy color: '#353DEC'

red 53 ◦ green 61 ◦ blue 236

#353DEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #353DEC

Tints of Neon Blue #353DEC

RGB

 RED value IS 53 (21.09% from 255) = 15.14%

 GREEN value IS 61 (24.22% from 255) = 17.43%

 BLUE value IS 236 (92.58% from 255) = 67.43%

R = 15.14%
G = 17.43%
B = 67.43%

CMYK

 C value IS 0.78

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#353DEC (or 0x353DEC) is known color: Neon Blue. HEX triplet: 35, 3D and EC. RGB value is (53,61,236). Sum of RGB (Red+Green+Blue) = 53+61+236=350 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.14% from 350); Green value is 61 (24.22% from 255 or 17.43% from 350); Blue value is 236 (92.58% from 255 or 67.43% from 350); Max value from RGB is 236 - color contains mainly: blue. Hex color #353DEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #353DEC is #CAC213. Grayscale: #4D4D4D. Windows color (decimal): -13287956 or 15482165. OLE color: 15482165.

HSL color Cylindrical-coordinate representation of color #353DEC: hue angle of 237.38º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #353DEC is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 53 61 236 -
CMYK 0.78 0.74 0 0.07
HSL 237.38º 0.83% 0.57% -
HSV(B) 237.38º 0.78% 0.93% -
XYZ 18.28 10.15 80.35 -
YUV 78.56 216.85 109.77 -
System Red Green Blue C M Y K H S L
Decimal 53 61 236 0.78 0.74 0 0.07 237.38 0.83 0.57
Hex 35 3D EC 4E 4A 0 7 ED 53 39
Octal 65 75 354 116 112 0 7 355 123 71
Binary 110101 111101 11101100 1001110 1001010 0 111 11101101 1010011 111001

Color Harmonies of #353DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353DEC

Black with #353DEC

Text Example


Text Example

White with #353DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,61,236); }

 H1.HeaderClassName
 {
   color: #353DEC;
 }
 .AnyTagClassName
 {
   color: #353DEC;
 }
</style>

background-color css

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

 a { background-color: rgb(53,61,236); }

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

border-color css

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

 span { border-color: rgb(53,61,236); }

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