Html Css Color HEX #483EFC Neon Blue

📋 copy color: '#483EFC'

red 72 ◦ green 62 ◦ blue 252

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

Shades of Neon Blue #483EFC

Tints of Neon Blue #483EFC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.06%

 BLUE value IS 252 (98.83% from 255) = 65.28%

R = 18.65%
G = 16.06%
B = 65.28%

CMYK

 C value IS 0.71

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#483EFC (or 0x483EFC) is known color: Neon Blue. HEX triplet: 48, 3E and FC. RGB value is (72,62,252). Sum of RGB (Red+Green+Blue) = 72+62+252=386 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.65% from 386); Green value is 62 (24.61% from 255 or 16.06% from 386); Blue value is 252 (98.83% from 255 or 65.28% from 386); Max value from RGB is 252 - color contains mainly: blue. Hex color #483EFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #483EFC is #B7C103. Grayscale: #555555. Windows color (decimal): -12042500 or 16531016. OLE color: 16531016.

HSL color Cylindrical-coordinate representation of color #483EFC: hue angle of 243.16º degrees, saturation: 0.97, 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 #483EFC is Cyan = 0.71, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 72 62 252 -
CMYK 0.71 0.75 0 0.01
HSL 243.16º 0.97% 0.62% -
HSV(B) 243.16º 0.75% 0.99% -
XYZ 21.97 11.85 93.23 -
YUV 86.65 221.31 117.55 -
System Red Green Blue C M Y K H S L
Decimal 72 62 252 0.71 0.75 0 0.01 243.16 0.97 0.62
Hex 48 3E FC 47 4B 0 1 F3 61 3E
Octal 110 76 374 107 113 0 1 363 141 76
Binary 1001000 111110 11111100 1000111 1001011 0 1 11110011 1100001 111110

Color Harmonies of #483EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483EFC

Black with #483EFC

Text Example


Text Example

White with #483EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,62,252); }

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

background-color css

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

 a { background-color: rgb(72,62,252); }

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

border-color css

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

 span { border-color: rgb(72,62,252); }

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