Html Css Color HEX #353FE4 Neon Blue

📋 copy color: '#353FE4'

red 53 ◦ green 63 ◦ blue 228

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

Shades of Neon Blue #353FE4

Tints of Neon Blue #353FE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 66.28%

R = 15.41%
G = 18.31%
B = 66.28%

CMYK

 C value IS 0.77

 M value IS 0.72

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#353FE4 (or 0x353FE4) is known color: Neon Blue. HEX triplet: 35, 3F and E4. RGB value is (53,63,228). Sum of RGB (Red+Green+Blue) = 53+63+228=344 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.41% from 344); Green value is 63 (25% from 255 or 18.31% from 344); Blue value is 228 (89.45% from 255 or 66.28% from 344); Max value from RGB is 228 - color contains mainly: blue. Hex color #353FE4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353FE4 is #CAC01B. Grayscale: #4E4E4E. Windows color (decimal): -13287452 or 14958389. OLE color: 14958389.

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

Color convert

RGB 53 63 228 -
CMYK 0.77 0.72 0 0.11
HSL 236.57º 0.76% 0.55% -
HSV(B) 236.57º 0.77% 0.89% -
XYZ 17.25 9.91 74.4 -
YUV 78.82 212.19 109.58 -
System Red Green Blue C M Y K H S L
Decimal 53 63 228 0.77 0.72 0 0.11 236.57 0.76 0.55
Hex 35 3F E4 4D 48 0 B ED 4C 37
Octal 65 77 344 115 110 0 13 355 114 67
Binary 110101 111111 11100100 1001101 1001000 0 1011 11101101 1001100 110111

Color Harmonies of #353FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353FE4

Black with #353FE4

Text Example


Text Example

White with #353FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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