Html Css Color HEX #353CEB Neon Blue

📋 copy color: '#353CEB'

red 53 ◦ green 60 ◦ blue 235

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

Shades of Neon Blue #353CEB

Tints of Neon Blue #353CEB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.24%

 BLUE value IS 235 (92.19% from 255) = 67.53%

R = 15.23%
G = 17.24%
B = 67.53%

CMYK

 C value IS 0.77

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#353CEB (or 0x353CEB) is known color: Neon Blue. HEX triplet: 35, 3C and EB. RGB value is (53,60,235). Sum of RGB (Red+Green+Blue) = 53+60+235=348 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.23% from 348); Green value is 60 (23.83% from 255 or 17.24% from 348); Blue value is 235 (92.19% from 255 or 67.53% from 348); Max value from RGB is 235 - color contains mainly: blue. Hex color #353CEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #353CEB is #CAC314. Grayscale: #4D4D4D. Windows color (decimal): -13288213 or 15416373. OLE color: 15416373.

HSL color Cylindrical-coordinate representation of color #353CEB: hue angle of 237.69º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #353CEB is Cyan = 0.77, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 53 60 235 -
CMYK 0.77 0.74 0 0.08
HSL 237.69º 0.82% 0.56% -
HSV(B) 237.69º 0.77% 0.92% -
XYZ 18.08 9.99 79.57 -
YUV 77.86 216.68 110.27 -
System Red Green Blue C M Y K H S L
Decimal 53 60 235 0.77 0.74 0 0.08 237.69 0.82 0.56
Hex 35 3C EB 4D 4A 0 8 EE 52 38
Octal 65 74 353 115 112 0 10 356 122 70
Binary 110101 111100 11101011 1001101 1001010 0 1000 11101110 1010010 111000

Color Harmonies of #353CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353CEB

Black with #353CEB

Text Example


Text Example

White with #353CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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