Html Css Color HEX #354CEF Neon Blue

📋 copy color: '#354CEF'

red 53 ◦ green 76 ◦ blue 239

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

Shades of Neon Blue #354CEF

Tints of Neon Blue #354CEF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.65%

 BLUE value IS 239 (93.75% from 255) = 64.95%

R = 14.4%
G = 20.65%
B = 64.95%

CMYK

 C value IS 0.78

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#354CEF (or 0x354CEF) is known color: Neon Blue. HEX triplet: 35, 4C and EF. RGB value is (53,76,239). Sum of RGB (Red+Green+Blue) = 53+76+239=368 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.40% from 368); Green value is 76 (30.08% from 255 or 20.65% from 368); Blue value is 239 (93.75% from 255 or 64.95% from 368); Max value from RGB is 239 - color contains mainly: blue. Hex color #354CEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #354CEF is #CAB310. Grayscale: #575757. Windows color (decimal): -13284113 or 15682613. OLE color: 15682613.

HSL color Cylindrical-coordinate representation of color #354CEF: hue angle of 232.58º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #354CEF is Cyan = 0.78, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 53 76 239 -
CMYK 0.78 0.68 0 0.06
HSL 232.58º 0.85% 0.57% -
HSV(B) 232.58º 0.78% 0.94% -
XYZ 19.63 12.16 82.97 -
YUV 87.71 213.38 103.25 -
System Red Green Blue C M Y K H S L
Decimal 53 76 239 0.78 0.68 0 0.06 232.58 0.85 0.57
Hex 35 4C EF 4E 44 0 6 E9 55 39
Octal 65 114 357 116 104 0 6 351 125 71
Binary 110101 1001100 11101111 1001110 1000100 0 110 11101001 1010101 111001

Color Harmonies of #354CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354CEF

Black with #354CEF

Text Example


Text Example

White with #354CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,76,239); }

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

background-color css

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

 a { background-color: rgb(53,76,239); }

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

border-color css

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

 span { border-color: rgb(53,76,239); }

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