Html Css Color HEX #483FDD Neon Blue

📋 copy color: '#483FDD'

red 72 ◦ green 63 ◦ blue 221

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

Shades of Neon Blue #483FDD

Tints of Neon Blue #483FDD

RGB

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

 GREEN value IS 63 (25% from 255) = 17.7%

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

R = 20.22%
G = 17.7%
B = 62.08%

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

#483FDD (or 0x483FDD) is known color: Neon Blue. HEX triplet: 48, 3F and DD. RGB value is (72,63,221). Sum of RGB (Red+Green+Blue) = 72+63+221=356 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.22% from 356); Green value is 63 (25% from 255 or 17.70% from 356); Blue value is 221 (86.72% from 255 or 62.08% from 356); Max value from RGB is 221 - color contains mainly: blue. Hex color #483FDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #483FDD is #B7C022. Grayscale: #535353. Windows color (decimal): -12042275 or 14499656. OLE color: 14499656.

HSL color Cylindrical-coordinate representation of color #483FDD: hue angle of 243.42º 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 #483FDD is Cyan = 0.67, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 72 63 221 -
CMYK 0.67 0.71 0 0.13
HSL 243.42º 0.7% 0.56% -
HSV(B) 243.42º 0.71% 0.87% -
XYZ 17.5 10.15 69.44 -
YUV 83.7 205.48 119.65 -
System Red Green Blue C M Y K H S L
Decimal 72 63 221 0.67 0.71 0 0.13 243.42 0.7 0.56
Hex 48 3F DD 43 47 0 D F3 46 38
Octal 110 77 335 103 107 0 15 363 106 70
Binary 1001000 111111 11011101 1000011 1000111 0 1101 11110011 1000110 111000

Color Harmonies of #483FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483FDD

Black with #483FDD

Text Example


Text Example

White with #483FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483FDD; }

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

 H1.HeaderClassName
 {
   color: #483FDD;
 }
 .AnyTagClassName
 {
   color: #483FDD;
 }
</style>

background-color css

<style>
 a { background-color: #483FDD; }

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

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

border-color css

<style>
 span { border-color: #483FDD; }

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

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