Html Css Color HEX #354FEE Neon Blue

📋 copy color: '#354FEE'

red 53 ◦ green 79 ◦ blue 238

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

Shades of Neon Blue #354FEE

Tints of Neon Blue #354FEE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.35%

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

R = 14.32%
G = 21.35%
B = 64.32%

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

#354FEE (or 0x354FEE) is known color: Neon Blue. HEX triplet: 35, 4F and EE. RGB value is (53,79,238). Sum of RGB (Red+Green+Blue) = 53+79+238=370 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.32% from 370); Green value is 79 (31.25% from 255 or 21.35% from 370); Blue value is 238 (93.36% from 255 or 64.32% from 370); Max value from RGB is 238 - color contains mainly: blue. Hex color #354FEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #354FEE is #CAB011. Grayscale: #585858. Windows color (decimal): -13283346 or 15617845. OLE color: 15617845.

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

Color convert

RGB 53 79 238 -
CMYK 0.78 0.67 0 0.07
HSL 231.57º 0.84% 0.57% -
HSV(B) 231.57º 0.78% 0.93% -
XYZ 19.7 12.52 82.27 -
YUV 89.35 211.89 102.07 -
System Red Green Blue C M Y K H S L
Decimal 53 79 238 0.78 0.67 0 0.07 231.57 0.84 0.57
Hex 35 4F EE 4E 43 0 7 E8 54 39
Octal 65 117 356 116 103 0 7 350 124 71
Binary 110101 1001111 11101110 1001110 1000011 0 111 11101000 1010100 111001

Color Harmonies of #354FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354FEE

Black with #354FEE

Text Example


Text Example

White with #354FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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