Html Css Color HEX #353FEA Neon Blue

📋 copy color: '#353FEA'

red 53 ◦ green 63 ◦ blue 234

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

Shades of Neon Blue #353FEA

Tints of Neon Blue #353FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 66.86%

R = 15.14%
G = 18%
B = 66.86%

CMYK

 C value IS 0.77

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#353FEA (or 0x353FEA) is known color: Neon Blue. HEX triplet: 35, 3F and EA. RGB value is (53,63,234). Sum of RGB (Red+Green+Blue) = 53+63+234=350 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.14% from 350); Green value is 63 (25% from 255 or 18% from 350); Blue value is 234 (91.80% from 255 or 66.86% from 350); Max value from RGB is 234 - color contains mainly: blue. Hex color #353FEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #353FEA is #CAC015. Grayscale: #4E4E4E. Windows color (decimal): -13287446 or 15351605. OLE color: 15351605.

HSL color Cylindrical-coordinate representation of color #353FEA: hue angle of 236.69º degrees, saturation: 0.81, 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 #353FEA is Cyan = 0.77, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 53 63 234 -
CMYK 0.77 0.73 0 0.08
HSL 236.69º 0.81% 0.56% -
HSV(B) 236.69º 0.77% 0.92% -
XYZ 18.1 10.25 78.87 -
YUV 79.5 215.19 109.1 -
System Red Green Blue C M Y K H S L
Decimal 53 63 234 0.77 0.73 0 0.08 236.69 0.81 0.56
Hex 35 3F EA 4D 49 0 8 ED 51 38
Octal 65 77 352 115 111 0 10 355 121 70
Binary 110101 111111 11101010 1001101 1001001 0 1000 11101101 1010001 111000

Color Harmonies of #353FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353FEA

Black with #353FEA

Text Example


Text Example

White with #353FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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