Html Css Color HEX #353BE8 Neon Blue

📋 copy color: '#353BE8'

red 53 ◦ green 59 ◦ blue 232

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

Shades of Neon Blue #353BE8

Tints of Neon Blue #353BE8

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.15%

 BLUE value IS 232 (91.02% from 255) = 67.44%

R = 15.41%
G = 17.15%
B = 67.44%

CMYK

 C value IS 0.77

 M value IS 0.75

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#353BE8 (or 0x353BE8) is known color: Neon Blue. HEX triplet: 35, 3B and E8. RGB value is (53,59,232). Sum of RGB (Red+Green+Blue) = 53+59+232=344 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.41% from 344); Green value is 59 (23.44% from 255 or 17.15% from 344); Blue value is 232 (91.02% from 255 or 67.44% from 344); Max value from RGB is 232 - color contains mainly: blue. Hex color #353BE8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #353BE8 is #CAC417. Grayscale: #4C4C4C. Windows color (decimal): -13288472 or 15219509. OLE color: 15219509.

HSL color Cylindrical-coordinate representation of color #353BE8: hue angle of 237.99º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #353BE8 is Cyan = 0.77, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 53 59 232 -
CMYK 0.77 0.75 0 0.09
HSL 237.99º 0.8% 0.56% -
HSV(B) 237.99º 0.77% 0.91% -
XYZ 17.6 9.71 77.29 -
YUV 76.93 215.51 110.93 -
System Red Green Blue C M Y K H S L
Decimal 53 59 232 0.77 0.75 0 0.09 237.99 0.8 0.56
Hex 35 3B E8 4D 4B 0 9 EE 50 38
Octal 65 73 350 115 113 0 11 356 120 70
Binary 110101 111011 11101000 1001101 1001011 0 1001 11101110 1010000 111000

Color Harmonies of #353BE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353BE8

Black with #353BE8

Text Example


Text Example

White with #353BE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,59,232); }

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

background-color css

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

 a { background-color: rgb(53,59,232); }

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

border-color css

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

 span { border-color: rgb(53,59,232); }

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