Html Css Color HEX #4C5CFD Neon Blue

📋 copy color: '#4C5CFD'

red 76 ◦ green 92 ◦ blue 253

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

Shades of Neon Blue #4C5CFD

Tints of Neon Blue #4C5CFD

RGB

 RED value IS 76 (30.08% from 255) = 18.05%

 GREEN value IS 92 (36.33% from 255) = 21.85%

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

R = 18.05%
G = 21.85%
B = 60.1%

CMYK

 C value IS 0.70

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4C5CFD (or 0x4C5CFD) is known color: Neon Blue. HEX triplet: 4C, 5C and FD. RGB value is (76,92,253). Sum of RGB (Red+Green+Blue) = 76+92+253=421 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.05% from 421); Green value is 92 (36.33% from 255 or 21.85% from 421); Blue value is 253 (99.22% from 255 or 60.10% from 421); Max value from RGB is 253 - color contains mainly: blue. Hex color #4C5CFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4C5CFD is #B3A302. Grayscale: #686868. Windows color (decimal): -11772675 or 16604236. OLE color: 16604236.

HSL color Cylindrical-coordinate representation of color #4C5CFD: hue angle of 234.58º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4C5CFD is Cyan = 0.70, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 76 92 253 -
CMYK 0.70 0.64 0 0.01
HSL 234.58º 0.98% 0.65% -
HSV(B) 234.58º 0.7% 0.99% -
XYZ 24.54 16.28 94.78 -
YUV 105.57 211.2 106.91 -
System Red Green Blue C M Y K H S L
Decimal 76 92 253 0.70 0.64 0 0.01 234.58 0.98 0.65
Hex 4C 5C FD 46 40 0 1 EB 62 41
Octal 114 134 375 106 100 0 1 353 142 101
Binary 1001100 1011100 11111101 1000110 1000000 0 1 11101011 1100010 1000001

Color Harmonies of #4C5CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5CFD

Black with #4C5CFD

Text Example


Text Example

White with #4C5CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C5CFD; }

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

 H1.HeaderClassName
 {
   color: #4C5CFD;
 }
 .AnyTagClassName
 {
   color: #4C5CFD;
 }
</style>

background-color css

<style>
 a { background-color: #4C5CFD; }

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

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

border-color css

<style>
 span { border-color: #4C5CFD; }

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

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