Html Css Color HEX #483CFD Neon Blue

📋 copy color: '#483CFD'

red 72 ◦ green 60 ◦ blue 253

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

Shades of Neon Blue #483CFD

Tints of Neon Blue #483CFD

RGB

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

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

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

R = 18.7%
G = 15.58%
B = 65.71%

CMYK

 C value IS 0.72

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#483CFD (or 0x483CFD) is known color: Neon Blue. HEX triplet: 48, 3C and FD. RGB value is (72,60,253). Sum of RGB (Red+Green+Blue) = 72+60+253=385 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.70% from 385); Green value is 60 (23.83% from 255 or 15.58% from 385); Blue value is 253 (99.22% from 255 or 65.71% from 385); Max value from RGB is 253 - color contains mainly: blue. Hex color #483CFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #483CFD is #B7C302. Grayscale: #545454. Windows color (decimal): -12043011 or 16596040. OLE color: 16596040.

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

Color convert

RGB 72 60 253 -
CMYK 0.72 0.76 0 0.01
HSL 243.73º 0.98% 0.61% -
HSV(B) 243.73º 0.76% 0.99% -
XYZ 22.02 11.7 94.03 -
YUV 85.59 222.48 118.31 -
System Red Green Blue C M Y K H S L
Decimal 72 60 253 0.72 0.76 0 0.01 243.73 0.98 0.61
Hex 48 3C FD 48 4C 0 1 F4 62 3D
Octal 110 74 375 110 114 0 1 364 142 75
Binary 1001000 111100 11111101 1001000 1001100 0 1 11110100 1100010 111101

Color Harmonies of #483CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483CFD

Black with #483CFD

Text Example


Text Example

White with #483CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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