Html Css Color HEX #354EED Neon Blue

📋 copy color: '#354EED'

red 53 ◦ green 78 ◦ blue 237

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

Shades of Neon Blue #354EED

Tints of Neon Blue #354EED

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.2%

 BLUE value IS 237 (92.97% from 255) = 64.4%

R = 14.4%
G = 21.2%
B = 64.4%

CMYK

 C value IS 0.78

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#354EED (or 0x354EED) is known color: Neon Blue. HEX triplet: 35, 4E and ED. RGB value is (53,78,237). Sum of RGB (Red+Green+Blue) = 53+78+237=368 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.40% from 368); Green value is 78 (30.86% from 255 or 21.20% from 368); Blue value is 237 (92.97% from 255 or 64.40% from 368); Max value from RGB is 237 - color contains mainly: blue. Hex color #354EED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #354EED is #CAB112. Grayscale: #575757. Windows color (decimal): -13283603 or 15552053. OLE color: 15552053.

HSL color Cylindrical-coordinate representation of color #354EED: hue angle of 231.85º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #354EED is Cyan = 0.78, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 53 78 237 -
CMYK 0.78 0.67 0 0.07
HSL 231.85º 0.84% 0.57% -
HSV(B) 231.85º 0.78% 0.93% -
XYZ 19.48 12.32 81.47 -
YUV 88.65 211.72 102.57 -
System Red Green Blue C M Y K H S L
Decimal 53 78 237 0.78 0.67 0 0.07 231.85 0.84 0.57
Hex 35 4E ED 4E 43 0 7 E8 54 39
Octal 65 116 355 116 103 0 7 350 124 71
Binary 110101 1001110 11101101 1001110 1000011 0 111 11101000 1010100 111001

Color Harmonies of #354EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354EED

Black with #354EED

Text Example


Text Example

White with #354EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,78,237); }

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

background-color css

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

 a { background-color: rgb(53,78,237); }

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

border-color css

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

 span { border-color: rgb(53,78,237); }

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