Html Css Color HEX #4C41FF Neon Blue

📋 copy color: '#4C41FF'

red 76 ◦ green 65 ◦ blue 255

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

Shades of Neon Blue #4C41FF

Tints of Neon Blue #4C41FF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.41%

 BLUE value IS 255 (100% from 255) = 64.39%

R = 19.19%
G = 16.41%
B = 64.39%

CMYK

 C value IS 0.70

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4C41FF (or 0x4C41FF) is known color: Neon Blue. HEX triplet: 4C, 41 and FF. RGB value is (76,65,255). Sum of RGB (Red+Green+Blue) = 76+65+255=396 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.19% from 396); Green value is 65 (25.78% from 255 or 16.41% from 396); Blue value is 255 (100% from 255 or 64.39% from 396); Max value from RGB is 255 - color contains mainly: blue. Hex color #4C41FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4C41FF is #B3BE00. Grayscale: #595959. Windows color (decimal): -11779585 or 16728396. OLE color: 16728396.

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

Color convert

RGB 76 65 255 -
CMYK 0.70 0.75 0 0
HSL 243.47º 1% 0.63% -
HSV(B) 243.47º 0.75% 1% -
XYZ 22.92 12.54 95.82 -
YUV 89.95 221.14 118.05 -
System Red Green Blue C M Y K H S L
Decimal 76 65 255 0.70 0.75 0 0 243.47 1 0.63
Hex 4C 41 FF 46 4B 0 0 F3 64 3F
Octal 114 101 377 106 113 0 0 363 144 77
Binary 1001100 1000001 11111111 1000110 1001011 0 0 11110011 1100100 111111

Color Harmonies of #4C41FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C41FF

Black with #4C41FF

Text Example


Text Example

White with #4C41FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,65,255); }

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

background-color css

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

 a { background-color: rgb(76,65,255); }

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

border-color css

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

 span { border-color: rgb(76,65,255); }

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