Html Css Color HEX #4C4BDF Neon Blue

📋 copy color: '#4C4BDF'

red 76 ◦ green 75 ◦ blue 223

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

Shades of Neon Blue #4C4BDF

Tints of Neon Blue #4C4BDF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.05%

 BLUE value IS 223 (87.5% from 255) = 59.63%

R = 20.32%
G = 20.05%
B = 59.63%

CMYK

 C value IS 0.66

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4C4BDF (or 0x4C4BDF) is known color: Neon Blue. HEX triplet: 4C, 4B and DF. RGB value is (76,75,223). Sum of RGB (Red+Green+Blue) = 76+75+223=374 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.32% from 374); Green value is 75 (29.69% from 255 or 20.05% from 374); Blue value is 223 (87.5% from 255 or 59.63% from 374); Max value from RGB is 223 - color contains mainly: blue. Hex color #4C4BDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C4BDF is #B3B420. Grayscale: #5B5B5B. Windows color (decimal): -11777057 or 14633804. OLE color: 14633804.

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

Color convert

RGB 76 75 223 -
CMYK 0.66 0.66 0 0.13
HSL 240.41º 0.7% 0.58% -
HSV(B) 240.41º 0.66% 0.87% -
XYZ 18.82 11.9 71.12 -
YUV 92.17 201.83 116.47 -
System Red Green Blue C M Y K H S L
Decimal 76 75 223 0.66 0.66 0 0.13 240.41 0.7 0.58
Hex 4C 4B DF 42 42 0 D F0 46 3A
Octal 114 113 337 102 102 0 15 360 106 72
Binary 1001100 1001011 11011111 1000010 1000010 0 1101 11110000 1000110 111010

Color Harmonies of #4C4BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4BDF

Black with #4C4BDF

Text Example


Text Example

White with #4C4BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,75,223); }

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

background-color css

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

 a { background-color: rgb(76,75,223); }

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

border-color css

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

 span { border-color: rgb(76,75,223); }

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