Html Css Color HEX #4741FD Neon Blue

📋 copy color: '#4741FD'

red 71 ◦ green 65 ◦ blue 253

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

Shades of Neon Blue #4741FD

Tints of Neon Blue #4741FD

RGB

 RED value IS 71 (28.13% from 255) = 18.25%

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

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

R = 18.25%
G = 16.71%
B = 65.04%

CMYK

 C value IS 0.72

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4741FD (or 0x4741FD) is known color: Neon Blue. HEX triplet: 47, 41 and FD. RGB value is (71,65,253). Sum of RGB (Red+Green+Blue) = 71+65+253=389 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.25% from 389); Green value is 65 (25.78% from 255 or 16.71% from 389); Blue value is 253 (99.22% from 255 or 65.04% from 389); Max value from RGB is 253 - color contains mainly: blue. Hex color #4741FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4741FD is #B8BE02. Grayscale: #575757. Windows color (decimal): -12107267 or 16597319. OLE color: 16597319.

HSL color Cylindrical-coordinate representation of color #4741FD: hue angle of 241.91º 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 #4741FD is Cyan = 0.72, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 71 65 253 -
CMYK 0.72 0.74 0 0.01
HSL 241.91º 0.98% 0.62% -
HSV(B) 241.91º 0.74% 0.99% -
XYZ 22.22 12.21 94.11 -
YUV 88.23 220.99 115.71 -
System Red Green Blue C M Y K H S L
Decimal 71 65 253 0.72 0.74 0 0.01 241.91 0.98 0.62
Hex 47 41 FD 48 4A 0 1 F2 62 3E
Octal 107 101 375 110 112 0 1 362 142 76
Binary 1000111 1000001 11111101 1001000 1001010 0 1 11110010 1100010 111110

Color Harmonies of #4741FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4741FD

Black with #4741FD

Text Example


Text Example

White with #4741FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4741FD; }

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

 H1.HeaderClassName
 {
   color: #4741FD;
 }
 .AnyTagClassName
 {
   color: #4741FD;
 }
</style>

background-color css

<style>
 a { background-color: #4741FD; }

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

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

border-color css

<style>
 span { border-color: #4741FD; }

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

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