Html Css Color HEX #483CF1 Neon Blue

📋 copy color: '#483CF1'

red 72 ◦ green 60 ◦ blue 241

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

Shades of Neon Blue #483CF1

Tints of Neon Blue #483CF1

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.09%

 BLUE value IS 241 (94.53% from 255) = 64.61%

R = 19.3%
G = 16.09%
B = 64.61%

CMYK

 C value IS 0.70

 M value IS 0.75

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#483CF1 (or 0x483CF1) is known color: Neon Blue. HEX triplet: 48, 3C and F1. RGB value is (72,60,241). Sum of RGB (Red+Green+Blue) = 72+60+241=373 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.30% from 373); Green value is 60 (23.83% from 255 or 16.09% from 373); Blue value is 241 (94.53% from 255 or 64.61% from 373); Max value from RGB is 241 - color contains mainly: blue. Hex color #483CF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #483CF1 is #B7C30E. Grayscale: #535353. Windows color (decimal): -12043023 or 15809608. OLE color: 15809608.

HSL color Cylindrical-coordinate representation of color #483CF1: hue angle of 243.98º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #483CF1 is Cyan = 0.70, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 72 60 241 -
CMYK 0.70 0.75 0 0.05
HSL 243.98º 0.87% 0.59% -
HSV(B) 243.98º 0.75% 0.95% -
XYZ 20.17 10.96 84.27 -
YUV 84.22 216.48 119.28 -
System Red Green Blue C M Y K H S L
Decimal 72 60 241 0.70 0.75 0 0.05 243.98 0.87 0.59
Hex 48 3C F1 46 4B 0 5 F4 57 3B
Octal 110 74 361 106 113 0 5 364 127 73
Binary 1001000 111100 11110001 1000110 1001011 0 101 11110100 1010111 111011

Color Harmonies of #483CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483CF1

Black with #483CF1

Text Example


Text Example

White with #483CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,60,241); }

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

background-color css

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

 a { background-color: rgb(72,60,241); }

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

border-color css

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

 span { border-color: rgb(72,60,241); }

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