Html Css Color HEX #4C45DD Neon Blue

📋 copy color: '#4C45DD'

red 76 ◦ green 69 ◦ blue 221

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

Shades of Neon Blue #4C45DD

Tints of Neon Blue #4C45DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 60.38%

R = 20.77%
G = 18.85%
B = 60.38%

CMYK

 C value IS 0.66

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4C45DD (or 0x4C45DD) is known color: Neon Blue. HEX triplet: 4C, 45 and DD. RGB value is (76,69,221). Sum of RGB (Red+Green+Blue) = 76+69+221=366 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.77% from 366); Green value is 69 (27.34% from 255 or 18.85% from 366); Blue value is 221 (86.72% from 255 or 60.38% from 366); Max value from RGB is 221 - color contains mainly: blue. Hex color #4C45DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C45DD is #B3BA22. Grayscale: #575757. Windows color (decimal): -11778595 or 14501196. OLE color: 14501196.

HSL color Cylindrical-coordinate representation of color #4C45DD: hue angle of 242.76º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4C45DD is Cyan = 0.66, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 76 69 221 -
CMYK 0.66 0.69 0 0.13
HSL 242.76º 0.69% 0.57% -
HSV(B) 242.76º 0.69% 0.87% -
XYZ 18.16 11.01 69.58 -
YUV 88.42 202.82 119.14 -
System Red Green Blue C M Y K H S L
Decimal 76 69 221 0.66 0.69 0 0.13 242.76 0.69 0.57
Hex 4C 45 DD 42 45 0 D F3 45 39
Octal 114 105 335 102 105 0 15 363 105 71
Binary 1001100 1000101 11011101 1000010 1000101 0 1101 11110011 1000101 111001

Color Harmonies of #4C45DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C45DD

Black with #4C45DD

Text Example


Text Example

White with #4C45DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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