Html Css Color HEX #483FEA Neon Blue

📋 copy color: '#483FEA'

red 72 ◦ green 63 ◦ blue 234

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

Shades of Neon Blue #483FEA

Tints of Neon Blue #483FEA

RGB

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

 GREEN value IS 63 (25% from 255) = 17.07%

 BLUE value IS 234 (91.8% from 255) = 63.41%

R = 19.51%
G = 17.07%
B = 63.41%

CMYK

 C value IS 0.69

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#483FEA (or 0x483FEA) is known color: Neon Blue. HEX triplet: 48, 3F and EA. RGB value is (72,63,234). Sum of RGB (Red+Green+Blue) = 72+63+234=369 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.51% from 369); Green value is 63 (25% from 255 or 17.07% from 369); Blue value is 234 (91.80% from 255 or 63.41% from 369); Max value from RGB is 234 - color contains mainly: blue. Hex color #483FEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #483FEA is #B7C015. Grayscale: #545454. Windows color (decimal): -12042262 or 15351624. OLE color: 15351624.

HSL color Cylindrical-coordinate representation of color #483FEA: hue angle of 243.16º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #483FEA is Cyan = 0.69, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 72 63 234 -
CMYK 0.69 0.73 0 0.08
HSL 243.16º 0.8% 0.58% -
HSV(B) 243.16º 0.73% 0.92% -
XYZ 19.3 10.87 78.92 -
YUV 85.19 211.98 118.6 -
System Red Green Blue C M Y K H S L
Decimal 72 63 234 0.69 0.73 0 0.08 243.16 0.8 0.58
Hex 48 3F EA 45 49 0 8 F3 50 3A
Octal 110 77 352 105 111 0 10 363 120 72
Binary 1001000 111111 11101010 1000101 1001001 0 1000 11110011 1010000 111010

Color Harmonies of #483FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483FEA

Black with #483FEA

Text Example


Text Example

White with #483FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,63,234); }

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

background-color css

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

 a { background-color: rgb(72,63,234); }

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

border-color css

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

 span { border-color: rgb(72,63,234); }

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