Html Css Color HEX #354CFD Neon Blue

📋 copy color: '#354CFD'

red 53 ◦ green 76 ◦ blue 253

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

Shades of Neon Blue #354CFD

Tints of Neon Blue #354CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 66.23%

R = 13.87%
G = 19.9%
B = 66.23%

CMYK

 C value IS 0.79

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#354CFD (or 0x354CFD) is known color: Neon Blue. HEX triplet: 35, 4C and FD. RGB value is (53,76,253). Sum of RGB (Red+Green+Blue) = 53+76+253=382 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.87% from 382); Green value is 76 (30.08% from 255 or 19.90% from 382); Blue value is 253 (99.22% from 255 or 66.23% from 382); Max value from RGB is 253 - color contains mainly: blue. Hex color #354CFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #354CFD is #CAB302. Grayscale: #585858. Windows color (decimal): -13284099 or 16600117. OLE color: 16600117.

HSL color Cylindrical-coordinate representation of color #354CFD: hue angle of 233.1º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #354CFD is Cyan = 0.79, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 53 76 253 -
CMYK 0.79 0.70 0 0.01
HSL 233.1º 0.98% 0.6% -
HSV(B) 233.1º 0.79% 0.99% -
XYZ 21.78 13.02 94.29 -
YUV 89.3 220.38 102.11 -
System Red Green Blue C M Y K H S L
Decimal 53 76 253 0.79 0.70 0 0.01 233.1 0.98 0.6
Hex 35 4C FD 4F 46 0 1 E9 62 3C
Octal 65 114 375 117 106 0 1 351 142 74
Binary 110101 1001100 11111101 1001111 1000110 0 1 11101001 1100010 111100

Color Harmonies of #354CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354CFD

Black with #354CFD

Text Example


Text Example

White with #354CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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