Html Css Color HEX #483FEF Neon Blue

📋 copy color: '#483FEF'

red 72 ◦ green 63 ◦ blue 239

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

Shades of Neon Blue #483FEF

Tints of Neon Blue #483FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 63.9%

R = 19.25%
G = 16.84%
B = 63.9%

CMYK

 C value IS 0.70

 M value IS 0.74

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#483FEF (or 0x483FEF) is known color: Neon Blue. HEX triplet: 48, 3F and EF. RGB value is (72,63,239). Sum of RGB (Red+Green+Blue) = 72+63+239=374 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.25% from 374); Green value is 63 (25% from 255 or 16.84% from 374); Blue value is 239 (93.75% from 255 or 63.90% from 374); Max value from RGB is 239 - color contains mainly: blue. Hex color #483FEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #483FEF is #B7C010. Grayscale: #555555. Windows color (decimal): -12042257 or 15679304. OLE color: 15679304.

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

Color convert

RGB 72 63 239 -
CMYK 0.70 0.74 0 0.06
HSL 243.07º 0.85% 0.59% -
HSV(B) 243.07º 0.74% 0.94% -
XYZ 20.03 11.16 82.76 -
YUV 85.76 214.48 118.19 -
System Red Green Blue C M Y K H S L
Decimal 72 63 239 0.70 0.74 0 0.06 243.07 0.85 0.59
Hex 48 3F EF 46 4A 0 6 F3 55 3B
Octal 110 77 357 106 112 0 6 363 125 73
Binary 1001000 111111 11101111 1000110 1001010 0 110 11110011 1010101 111011

Color Harmonies of #483FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483FEF

Black with #483FEF

Text Example


Text Example

White with #483FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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