Html Css Color HEX #353BE6 Neon Blue

📋 copy color: '#353BE6'

red 53 ◦ green 59 ◦ blue 230

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

Shades of Neon Blue #353BE6

Tints of Neon Blue #353BE6

RGB

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

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

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

R = 15.5%
G = 17.25%
B = 67.25%

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

#353BE6 (or 0x353BE6) is known color: Neon Blue. HEX triplet: 35, 3B and E6. RGB value is (53,59,230). Sum of RGB (Red+Green+Blue) = 53+59+230=342 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.50% from 342); Green value is 59 (23.44% from 255 or 17.25% from 342); Blue value is 230 (90.23% from 255 or 67.25% from 342); Max value from RGB is 230 - color contains mainly: blue. Hex color #353BE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #353BE6 is #CAC419. Grayscale: #4C4C4C. Windows color (decimal): -13288474 or 15088437. OLE color: 15088437.

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

Color convert

RGB 53 59 230 -
CMYK 0.77 0.74 0 0.10
HSL 237.97º 0.78% 0.55% -
HSV(B) 237.97º 0.77% 0.9% -
XYZ 17.32 9.6 75.8 -
YUV 76.7 214.51 111.1 -
System Red Green Blue C M Y K H S L
Decimal 53 59 230 0.77 0.74 0 0.10 237.97 0.78 0.55
Hex 35 3B E6 4D 4A 0 A EE 4E 37
Octal 65 73 346 115 112 0 12 356 116 67
Binary 110101 111011 11100110 1001101 1001010 0 1010 11101110 1001110 110111

Color Harmonies of #353BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353BE6

Black with #353BE6

Text Example


Text Example

White with #353BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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