Html Css Color HEX #4C41FB Neon Blue

📋 copy color: '#4C41FB'

red 76 ◦ green 65 ◦ blue 251

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

Shades of Neon Blue #4C41FB

Tints of Neon Blue #4C41FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 64.03%

R = 19.39%
G = 16.58%
B = 64.03%

CMYK

 C value IS 0.70

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4C41FB (or 0x4C41FB) is known color: Neon Blue. HEX triplet: 4C, 41 and FB. RGB value is (76,65,251). Sum of RGB (Red+Green+Blue) = 76+65+251=392 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.39% from 392); Green value is 65 (25.78% from 255 or 16.58% from 392); Blue value is 251 (98.44% from 255 or 64.03% from 392); Max value from RGB is 251 - color contains mainly: blue. Hex color #4C41FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4C41FB is #B3BE04. Grayscale: #585858. Windows color (decimal): -11779589 or 16466252. OLE color: 16466252.

HSL color Cylindrical-coordinate representation of color #4C41FB: hue angle of 243.55º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4C41FB is Cyan = 0.70, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 76 65 251 -
CMYK 0.70 0.74 0 0.02
HSL 243.55º 0.96% 0.62% -
HSV(B) 243.55º 0.74% 0.98% -
XYZ 22.28 12.28 92.46 -
YUV 89.49 219.14 118.38 -
System Red Green Blue C M Y K H S L
Decimal 76 65 251 0.70 0.74 0 0.02 243.55 0.96 0.62
Hex 4C 41 FB 46 4A 0 2 F4 60 3E
Octal 114 101 373 106 112 0 2 364 140 76
Binary 1001100 1000001 11111011 1000110 1001010 0 10 11110100 1100000 111110

Color Harmonies of #4C41FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C41FB

Black with #4C41FB

Text Example


Text Example

White with #4C41FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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