Html Css Color HEX #354AE8 Neon Blue

📋 copy color: '#354AE8'

red 53 ◦ green 74 ◦ blue 232

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

Shades of Neon Blue #354AE8

Tints of Neon Blue #354AE8

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.61%

 BLUE value IS 232 (91.02% from 255) = 64.62%

R = 14.76%
G = 20.61%
B = 64.62%

CMYK

 C value IS 0.77

 M value IS 0.68

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#354AE8 (or 0x354AE8) is known color: Neon Blue. HEX triplet: 35, 4A and E8. RGB value is (53,74,232). Sum of RGB (Red+Green+Blue) = 53+74+232=359 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.76% from 359); Green value is 74 (29.30% from 255 or 20.61% from 359); Blue value is 232 (91.02% from 255 or 64.62% from 359); Max value from RGB is 232 - color contains mainly: blue. Hex color #354AE8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #354AE8 is #CAB517. Grayscale: #555555. Windows color (decimal): -13284632 or 15223349. OLE color: 15223349.

HSL color Cylindrical-coordinate representation of color #354AE8: hue angle of 232.96º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #354AE8 is Cyan = 0.77, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 53 74 232 -
CMYK 0.77 0.68 0 0.09
HSL 232.96º 0.8% 0.56% -
HSV(B) 232.96º 0.77% 0.91% -
XYZ 18.48 11.48 77.59 -
YUV 85.73 210.54 104.65 -
System Red Green Blue C M Y K H S L
Decimal 53 74 232 0.77 0.68 0 0.09 232.96 0.8 0.56
Hex 35 4A E8 4D 44 0 9 E9 50 38
Octal 65 112 350 115 104 0 11 351 120 70
Binary 110101 1001010 11101000 1001101 1000100 0 1001 11101001 1010000 111000

Color Harmonies of #354AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354AE8

Black with #354AE8

Text Example


Text Example

White with #354AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354AE8; }

 p { color: rgb(53,74,232); }

 H1.HeaderClassName
 {
   color: #354AE8;
 }
 .AnyTagClassName
 {
   color: #354AE8;
 }
</style>

background-color css

<style>
 a { background-color: #354AE8; }

 a { background-color: rgb(53,74,232); }

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

border-color css

<style>
 span { border-color: #354AE8; }

 span { border-color: rgb(53,74,232); }

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