Html Css Color HEX #4841DD Neon Blue

📋 copy color: '#4841DD'

red 72 ◦ green 65 ◦ blue 221

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

Shades of Neon Blue #4841DD

Tints of Neon Blue #4841DD

RGB

 RED value IS 72 (28.52% from 255) = 20.11%

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

 BLUE value IS 221 (86.72% from 255) = 61.73%

R = 20.11%
G = 18.16%
B = 61.73%

CMYK

 C value IS 0.67

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4841DD (or 0x4841DD) is known color: Neon Blue. HEX triplet: 48, 41 and DD. RGB value is (72,65,221). Sum of RGB (Red+Green+Blue) = 72+65+221=358 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.11% from 358); Green value is 65 (25.78% from 255 or 18.16% from 358); Blue value is 221 (86.72% from 255 or 61.73% from 358); Max value from RGB is 221 - color contains mainly: blue. Hex color #4841DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4841DD is #B7BE22. Grayscale: #545454. Windows color (decimal): -12041763 or 14500168. OLE color: 14500168.

HSL color Cylindrical-coordinate representation of color #4841DD: hue angle of 242.69º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4841DD is Cyan = 0.67, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 72 65 221 -
CMYK 0.67 0.71 0 0.13
HSL 242.69º 0.7% 0.56% -
HSV(B) 242.69º 0.71% 0.87% -
XYZ 17.61 10.38 69.48 -
YUV 84.88 204.82 118.82 -
System Red Green Blue C M Y K H S L
Decimal 72 65 221 0.67 0.71 0 0.13 242.69 0.7 0.56
Hex 48 41 DD 43 47 0 D F3 46 38
Octal 110 101 335 103 107 0 15 363 106 70
Binary 1001000 1000001 11011101 1000011 1000111 0 1101 11110011 1000110 111000

Color Harmonies of #4841DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4841DD

Black with #4841DD

Text Example


Text Example

White with #4841DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4841DD; }

 p { color: rgb(72,65,221); }

 H1.HeaderClassName
 {
   color: #4841DD;
 }
 .AnyTagClassName
 {
   color: #4841DD;
 }
</style>

background-color css

<style>
 a { background-color: #4841DD; }

 a { background-color: rgb(72,65,221); }

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

border-color css

<style>
 span { border-color: #4841DD; }

 span { border-color: rgb(72,65,221); }

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