Html Css Color HEX #353EED Neon Blue

📋 copy color: '#353EED'

red 53 ◦ green 62 ◦ blue 237

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

Shades of Neon Blue #353EED

Tints of Neon Blue #353EED

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.61%

 BLUE value IS 237 (92.97% from 255) = 67.33%

R = 15.06%
G = 17.61%
B = 67.33%

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

#353EED (or 0x353EED) is known color: Neon Blue. HEX triplet: 35, 3E and ED. RGB value is (53,62,237). Sum of RGB (Red+Green+Blue) = 53+62+237=352 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.06% from 352); Green value is 62 (24.61% from 255 or 17.61% from 352); Blue value is 237 (92.97% from 255 or 67.33% from 352); Max value from RGB is 237 - color contains mainly: blue. Hex color #353EED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #353EED is #CAC112. Grayscale: #4E4E4E. Windows color (decimal): -13287699 or 15547957. OLE color: 15547957.

HSL color Cylindrical-coordinate representation of color #353EED: hue angle of 237.07º degrees, saturation: 0.84, 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 #353EED is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 53 62 237 -
CMYK 0.78 0.74 0 0.07
HSL 237.07º 0.84% 0.57% -
HSV(B) 237.07º 0.78% 0.93% -
XYZ 18.48 10.32 81.14 -
YUV 79.26 217.02 109.27 -
System Red Green Blue C M Y K H S L
Decimal 53 62 237 0.78 0.74 0 0.07 237.07 0.84 0.57
Hex 35 3E ED 4E 4A 0 7 ED 54 39
Octal 65 76 355 116 112 0 7 355 124 71
Binary 110101 111110 11101101 1001110 1001010 0 111 11101101 1010100 111001

Color Harmonies of #353EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353EED

Black with #353EED

Text Example


Text Example

White with #353EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,62,237); }

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

background-color css

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

 a { background-color: rgb(53,62,237); }

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

border-color css

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

 span { border-color: rgb(53,62,237); }

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