Html Css Color HEX #353CE6 Neon Blue

📋 copy color: '#353CE6'

red 53 ◦ green 60 ◦ blue 230

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

Shades of Neon Blue #353CE6

Tints of Neon Blue #353CE6

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.49%

 BLUE value IS 230 (90.23% from 255) = 67.06%

R = 15.45%
G = 17.49%
B = 67.06%

CMYK

 C value IS 0.77

 M value IS 0.74

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#353CE6 (or 0x353CE6) is known color: Neon Blue. HEX triplet: 35, 3C and E6. RGB value is (53,60,230). Sum of RGB (Red+Green+Blue) = 53+60+230=343 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.45% from 343); Green value is 60 (23.83% from 255 or 17.49% from 343); Blue value is 230 (90.23% from 255 or 67.06% from 343); Max value from RGB is 230 - color contains mainly: blue. Hex color #353CE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #353CE6 is #CAC319. Grayscale: #4C4C4C. Windows color (decimal): -13288218 or 15088693. OLE color: 15088693.

HSL color Cylindrical-coordinate representation of color #353CE6: hue angle of 237.63º degrees, saturation: 0.78, 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 #353CE6 is Cyan = 0.77, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 53 60 230 -
CMYK 0.77 0.74 0 0.10
HSL 237.63º 0.78% 0.55% -
HSV(B) 237.63º 0.77% 0.9% -
XYZ 17.37 9.7 75.82 -
YUV 77.29 214.18 110.68 -
System Red Green Blue C M Y K H S L
Decimal 53 60 230 0.77 0.74 0 0.10 237.63 0.78 0.55
Hex 35 3C E6 4D 4A 0 A EE 4E 37
Octal 65 74 346 115 112 0 12 356 116 67
Binary 110101 111100 11100110 1001101 1001010 0 1010 11101110 1001110 110111

Color Harmonies of #353CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353CE6

Black with #353CE6

Text Example


Text Example

White with #353CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,60,230); }

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

background-color css

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

 a { background-color: rgb(53,60,230); }

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

border-color css

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

 span { border-color: rgb(53,60,230); }

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