Html Css Color HEX #354CEB Neon Blue

📋 copy color: '#354CEB'

red 53 ◦ green 76 ◦ blue 235

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

Shades of Neon Blue #354CEB

Tints of Neon Blue #354CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 64.56%

R = 14.56%
G = 20.88%
B = 64.56%

CMYK

 C value IS 0.77

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#354CEB (or 0x354CEB) is known color: Neon Blue. HEX triplet: 35, 4C and EB. RGB value is (53,76,235). Sum of RGB (Red+Green+Blue) = 53+76+235=364 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.56% from 364); Green value is 76 (30.08% from 255 or 20.88% from 364); Blue value is 235 (92.19% from 255 or 64.56% from 364); Max value from RGB is 235 - color contains mainly: blue. Hex color #354CEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #354CEB is #CAB314. Grayscale: #565656. Windows color (decimal): -13284117 or 15420469. OLE color: 15420469.

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

Color convert

RGB 53 76 235 -
CMYK 0.77 0.68 0 0.08
HSL 232.42º 0.82% 0.56% -
HSV(B) 232.42º 0.77% 0.92% -
XYZ 19.05 11.92 79.89 -
YUV 87.25 211.38 103.57 -
System Red Green Blue C M Y K H S L
Decimal 53 76 235 0.77 0.68 0 0.08 232.42 0.82 0.56
Hex 35 4C EB 4D 44 0 8 E8 52 38
Octal 65 114 353 115 104 0 10 350 122 70
Binary 110101 1001100 11101011 1001101 1000100 0 1000 11101000 1010010 111000

Color Harmonies of #354CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354CEB

Black with #354CEB

Text Example


Text Example

White with #354CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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