Html Css Color HEX #4A41FD Neon Blue

📋 copy color: '#4A41FD'

red 74 ◦ green 65 ◦ blue 253

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

Shades of Neon Blue #4A41FD

Tints of Neon Blue #4A41FD

RGB

 RED value IS 74 (29.3% from 255) = 18.88%

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

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

R = 18.88%
G = 16.58%
B = 64.54%

CMYK

 C value IS 0.71

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4A41FD (or 0x4A41FD) is known color: Neon Blue. HEX triplet: 4A, 41 and FD. RGB value is (74,65,253). Sum of RGB (Red+Green+Blue) = 74+65+253=392 (51% of max value = 765). Red value is 74 (29.30% from 255 or 18.88% from 392); Green value is 65 (25.78% from 255 or 16.58% from 392); Blue value is 253 (99.22% from 255 or 64.54% from 392); Max value from RGB is 253 - color contains mainly: blue. Hex color #4A41FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A41FD is #B5BE02. Grayscale: #585858. Windows color (decimal): -11910659 or 16597322. OLE color: 16597322.

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

Color convert

RGB 74 65 253 -
CMYK 0.71 0.74 0 0.01
HSL 242.87º 0.98% 0.62% -
HSV(B) 242.87º 0.74% 0.99% -
XYZ 22.44 12.33 94.13 -
YUV 89.12 220.48 117.21 -
System Red Green Blue C M Y K H S L
Decimal 74 65 253 0.71 0.74 0 0.01 242.87 0.98 0.62
Hex 4A 41 FD 47 4A 0 1 F3 62 3E
Octal 112 101 375 107 112 0 1 363 142 76
Binary 1001010 1000001 11111101 1000111 1001010 0 1 11110011 1100010 111110

Color Harmonies of #4A41FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A41FD

Black with #4A41FD

Text Example


Text Example

White with #4A41FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,65,253); }

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

background-color css

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

 a { background-color: rgb(74,65,253); }

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

border-color css

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

 span { border-color: rgb(74,65,253); }

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