Html Css Color HEX #4C45FD Neon Blue

📋 copy color: '#4C45FD'

red 76 ◦ green 69 ◦ blue 253

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

Shades of Neon Blue #4C45FD

Tints of Neon Blue #4C45FD

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.34%

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

R = 19.1%
G = 17.34%
B = 63.57%

CMYK

 C value IS 0.70

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4C45FD (or 0x4C45FD) is known color: Neon Blue. HEX triplet: 4C, 45 and FD. RGB value is (76,69,253). Sum of RGB (Red+Green+Blue) = 76+69+253=398 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.10% from 398); Green value is 69 (27.34% from 255 or 17.34% from 398); Blue value is 253 (99.22% from 255 or 63.57% from 398); Max value from RGB is 253 - color contains mainly: blue. Hex color #4C45FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4C45FD is #B3BA02. Grayscale: #5B5B5B. Windows color (decimal): -11778563 or 16598348. OLE color: 16598348.

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

Color convert

RGB 76 69 253 -
CMYK 0.70 0.73 0 0.01
HSL 242.28º 0.98% 0.63% -
HSV(B) 242.28º 0.73% 0.99% -
XYZ 22.84 12.88 94.21 -
YUV 92.07 218.82 116.54 -
System Red Green Blue C M Y K H S L
Decimal 76 69 253 0.70 0.73 0 0.01 242.28 0.98 0.63
Hex 4C 45 FD 46 49 0 1 F2 62 3F
Octal 114 105 375 106 111 0 1 362 142 77
Binary 1001100 1000101 11111101 1000110 1001001 0 1 11110010 1100010 111111

Color Harmonies of #4C45FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C45FD

Black with #4C45FD

Text Example


Text Example

White with #4C45FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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