Html Css Color HEX #483CFA Neon Blue

📋 copy color: '#483CFA'

red 72 ◦ green 60 ◦ blue 250

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

Shades of Neon Blue #483CFA

Tints of Neon Blue #483CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 65.45%

R = 18.85%
G = 15.71%
B = 65.45%

CMYK

 C value IS 0.71

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#483CFA (or 0x483CFA) is known color: Neon Blue. HEX triplet: 48, 3C and FA. RGB value is (72,60,250). Sum of RGB (Red+Green+Blue) = 72+60+250=382 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.85% from 382); Green value is 60 (23.83% from 255 or 15.71% from 382); Blue value is 250 (98.05% from 255 or 65.45% from 382); Max value from RGB is 250 - color contains mainly: blue. Hex color #483CFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #483CFA is #B7C305. Grayscale: #545454. Windows color (decimal): -12043014 or 16399432. OLE color: 16399432.

HSL color Cylindrical-coordinate representation of color #483CFA: hue angle of 243.79º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #483CFA is Cyan = 0.71, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 72 60 250 -
CMYK 0.71 0.76 0 0.02
HSL 243.79º 0.95% 0.61% -
HSV(B) 243.79º 0.76% 0.98% -
XYZ 21.54 11.51 91.53 -
YUV 85.25 220.98 118.55 -
System Red Green Blue C M Y K H S L
Decimal 72 60 250 0.71 0.76 0 0.02 243.79 0.95 0.61
Hex 48 3C FA 47 4C 0 2 F4 5F 3D
Octal 110 74 372 107 114 0 2 364 137 75
Binary 1001000 111100 11111010 1000111 1001100 0 10 11110100 1011111 111101

Color Harmonies of #483CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483CFA

Black with #483CFA

Text Example


Text Example

White with #483CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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