Html Css Color HEX #484CFE Neon Blue

📋 copy color: '#484CFE'

red 72 ◦ green 76 ◦ blue 254

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

Shades of Neon Blue #484CFE

Tints of Neon Blue #484CFE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.91%

 BLUE value IS 254 (99.61% from 255) = 63.18%

R = 17.91%
G = 18.91%
B = 63.18%

CMYK

 C value IS 0.72

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#484CFE (or 0x484CFE) is known color: Neon Blue. HEX triplet: 48, 4C and FE. RGB value is (72,76,254). Sum of RGB (Red+Green+Blue) = 72+76+254=402 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.91% from 402); Green value is 76 (30.08% from 255 or 18.91% from 402); Blue value is 254 (99.61% from 255 or 63.18% from 402); Max value from RGB is 254 - color contains mainly: blue. Hex color #484CFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #484CFE is #B7B301. Grayscale: #5E5E5E. Windows color (decimal): -12038914 or 16665672. OLE color: 16665672.

HSL color Cylindrical-coordinate representation of color #484CFE: hue angle of 238.68º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #484CFE is Cyan = 0.72, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 72 76 254 -
CMYK 0.72 0.70 0 0.00
HSL 238.68º 0.99% 0.64% -
HSV(B) 238.68º 0.72% 1% -
XYZ 23.15 13.7 95.19 -
YUV 95.1 217.67 111.53 -
System Red Green Blue C M Y K H S L
Decimal 72 76 254 0.72 0.70 0 0.00 238.68 0.99 0.64
Hex 48 4C FE 48 46 0 0 EF 63 40
Octal 110 114 376 110 106 0 0 357 143 100
Binary 1001000 1001100 11111110 1001000 1000110 0 0 11101111 1100011 1000000

Color Harmonies of #484CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484CFE

Black with #484CFE

Text Example


Text Example

White with #484CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484CFE; }

 p { color: rgb(72,76,254); }

 H1.HeaderClassName
 {
   color: #484CFE;
 }
 .AnyTagClassName
 {
   color: #484CFE;
 }
</style>

background-color css

<style>
 a { background-color: #484CFE; }

 a { background-color: rgb(72,76,254); }

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

border-color css

<style>
 span { border-color: #484CFE; }

 span { border-color: rgb(72,76,254); }

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