Html Css Color HEX #353AED Neon Blue

📋 copy color: '#353AED'

red 53 ◦ green 58 ◦ blue 237

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

Shades of Neon Blue #353AED

Tints of Neon Blue #353AED

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.67%

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

R = 15.23%
G = 16.67%
B = 68.1%

CMYK

 C value IS 0.78

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#353AED (or 0x353AED) is known color: Neon Blue. HEX triplet: 35, 3A and ED. RGB value is (53,58,237). Sum of RGB (Red+Green+Blue) = 53+58+237=348 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.23% from 348); Green value is 58 (23.05% from 255 or 16.67% from 348); Blue value is 237 (92.97% from 255 or 68.10% from 348); Max value from RGB is 237 - color contains mainly: blue. Hex color #353AED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #353AED is #CAC512. Grayscale: #4C4C4C. Windows color (decimal): -13288723 or 15546933. OLE color: 15546933.

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

Color convert

RGB 53 58 237 -
CMYK 0.78 0.76 0 0.07
HSL 238.37º 0.84% 0.57% -
HSV(B) 238.37º 0.78% 0.93% -
XYZ 18.27 9.9 81.07 -
YUV 76.91 218.34 110.95 -
System Red Green Blue C M Y K H S L
Decimal 53 58 237 0.78 0.76 0 0.07 238.37 0.84 0.57
Hex 35 3A ED 4E 4C 0 7 EE 54 39
Octal 65 72 355 116 114 0 7 356 124 71
Binary 110101 111010 11101101 1001110 1001100 0 111 11101110 1010100 111001

Color Harmonies of #353AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353AED

Black with #353AED

Text Example


Text Example

White with #353AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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