Html Css Color HEX #354CEE Neon Blue

📋 copy color: '#354CEE'

red 53 ◦ green 76 ◦ blue 238

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

Shades of Neon Blue #354CEE

Tints of Neon Blue #354CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 64.85%

R = 14.44%
G = 20.71%
B = 64.85%

CMYK

 C value IS 0.78

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#354CEE (or 0x354CEE) is known color: Neon Blue. HEX triplet: 35, 4C and EE. RGB value is (53,76,238). Sum of RGB (Red+Green+Blue) = 53+76+238=367 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.44% from 367); Green value is 76 (30.08% from 255 or 20.71% from 367); Blue value is 238 (93.36% from 255 or 64.85% from 367); Max value from RGB is 238 - color contains mainly: blue. Hex color #354CEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #354CEE is #CAB311. Grayscale: #565656. Windows color (decimal): -13284114 or 15617077. OLE color: 15617077.

HSL color Cylindrical-coordinate representation of color #354CEE: hue angle of 232.54º 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 #354CEE is Cyan = 0.78, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 53 76 238 -
CMYK 0.78 0.68 0 0.07
HSL 232.54º 0.84% 0.57% -
HSV(B) 232.54º 0.78% 0.93% -
XYZ 19.49 12.1 82.2 -
YUV 87.59 212.88 103.33 -
System Red Green Blue C M Y K H S L
Decimal 53 76 238 0.78 0.68 0 0.07 232.54 0.84 0.57
Hex 35 4C EE 4E 44 0 7 E9 54 39
Octal 65 114 356 116 104 0 7 351 124 71
Binary 110101 1001100 11101110 1001110 1000100 0 111 11101001 1010100 111001

Color Harmonies of #354CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354CEE

Black with #354CEE

Text Example


Text Example

White with #354CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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