Html Css Color HEX #483CF0 Neon Blue

📋 copy color: '#483CF0'

red 72 ◦ green 60 ◦ blue 240

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

Shades of Neon Blue #483CF0

Tints of Neon Blue #483CF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 64.52%

R = 19.35%
G = 16.13%
B = 64.52%

CMYK

 C value IS 0.7

 M value IS 0.75

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#483CF0 (or 0x483CF0) is known color: Neon Blue. HEX triplet: 48, 3C and F0. RGB value is (72,60,240). Sum of RGB (Red+Green+Blue) = 72+60+240=372 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.35% from 372); Green value is 60 (23.83% from 255 or 16.13% from 372); Blue value is 240 (94.14% from 255 or 64.52% from 372); Max value from RGB is 240 - color contains mainly: blue. Hex color #483CF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #483CF0 is #B7C30F. Grayscale: #535353. Windows color (decimal): -12043024 or 15744072. OLE color: 15744072.

HSL color Cylindrical-coordinate representation of color #483CF0: hue angle of 244º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #483CF0 is Cyan = 0.7, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 72 60 240 -
CMYK 0.7 0.75 0 0.06
HSL 244º 0.86% 0.59% -
HSV(B) 244º 0.75% 0.94% -
XYZ 20.02 10.9 83.49 -
YUV 84.11 215.98 119.36 -
System Red Green Blue C M Y K H S L
Decimal 72 60 240 0.7 0.75 0 0.06 244 0.86 0.59
Hex 48 3C F0 46 4B 0 6 F4 56 3B
Octal 110 74 360 106 113 0 6 364 126 73
Binary 1001000 111100 11110000 1000110 1001011 0 110 11110100 1010110 111011

Color Harmonies of #483CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483CF0

Black with #483CF0

Text Example


Text Example

White with #483CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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