Html Css Color HEX #483FFD Neon Blue

📋 copy color: '#483FFD'

red 72 ◦ green 63 ◦ blue 253

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

Shades of Neon Blue #483FFD

Tints of Neon Blue #483FFD

RGB

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

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

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

R = 18.56%
G = 16.24%
B = 65.21%

CMYK

 C value IS 0.72

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#483FFD (or 0x483FFD) is known color: Neon Blue. HEX triplet: 48, 3F and FD. RGB value is (72,63,253). Sum of RGB (Red+Green+Blue) = 72+63+253=388 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.56% from 388); Green value is 63 (25% from 255 or 16.24% from 388); Blue value is 253 (99.22% from 255 or 65.21% from 388); Max value from RGB is 253 - color contains mainly: blue. Hex color #483FFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #483FFD is #B7C002. Grayscale: #565656. Windows color (decimal): -12042243 or 16596808. OLE color: 16596808.

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

Color convert

RGB 72 63 253 -
CMYK 0.72 0.75 0 0.01
HSL 242.84º 0.98% 0.62% -
HSV(B) 242.84º 0.75% 0.99% -
XYZ 22.18 12.02 94.08 -
YUV 87.35 221.48 117.05 -
System Red Green Blue C M Y K H S L
Decimal 72 63 253 0.72 0.75 0 0.01 242.84 0.98 0.62
Hex 48 3F FD 48 4B 0 1 F3 62 3E
Octal 110 77 375 110 113 0 1 363 142 76
Binary 1001000 111111 11111101 1001000 1001011 0 1 11110011 1100010 111110

Color Harmonies of #483FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483FFD

Black with #483FFD

Text Example


Text Example

White with #483FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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