Html Css Color HEX #353FE5 Neon Blue

📋 copy color: '#353FE5'

red 53 ◦ green 63 ◦ blue 229

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

Shades of Neon Blue #353FE5

Tints of Neon Blue #353FE5

RGB

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

 GREEN value IS 63 (25% from 255) = 18.26%

 BLUE value IS 229 (89.84% from 255) = 66.38%

R = 15.36%
G = 18.26%
B = 66.38%

CMYK

 C value IS 0.77

 M value IS 0.72

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#353FE5 (or 0x353FE5) is known color: Neon Blue. HEX triplet: 35, 3F and E5. RGB value is (53,63,229). Sum of RGB (Red+Green+Blue) = 53+63+229=345 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.36% from 345); Green value is 63 (25% from 255 or 18.26% from 345); Blue value is 229 (89.84% from 255 or 66.38% from 345); Max value from RGB is 229 - color contains mainly: blue. Hex color #353FE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353FE5 is #CAC01A. Grayscale: #4E4E4E. Windows color (decimal): -13287451 or 15023925. OLE color: 15023925.

HSL color Cylindrical-coordinate representation of color #353FE5: hue angle of 236.59º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #353FE5 is Cyan = 0.77, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 53 63 229 -
CMYK 0.77 0.72 0 0.10
HSL 236.59º 0.77% 0.55% -
HSV(B) 236.59º 0.77% 0.9% -
XYZ 17.39 9.97 75.14 -
YUV 78.93 212.69 109.5 -
System Red Green Blue C M Y K H S L
Decimal 53 63 229 0.77 0.72 0 0.10 236.59 0.77 0.55
Hex 35 3F E5 4D 48 0 A ED 4D 37
Octal 65 77 345 115 110 0 12 355 115 67
Binary 110101 111111 11100101 1001101 1001000 0 1010 11101101 1001101 110111

Color Harmonies of #353FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353FE5

Black with #353FE5

Text Example


Text Example

White with #353FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,63,229); }

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

background-color css

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

 a { background-color: rgb(53,63,229); }

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

border-color css

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

 span { border-color: rgb(53,63,229); }

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