Html Css Color HEX #4840FE Neon Blue

📋 copy color: '#4840FE'

red 72 ◦ green 64 ◦ blue 254

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

Shades of Neon Blue #4840FE

Tints of Neon Blue #4840FE

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.41%

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

R = 18.46%
G = 16.41%
B = 65.13%

CMYK

 C value IS 0.72

 M value IS 0.75

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4840FE (or 0x4840FE) is known color: Neon Blue. HEX triplet: 48, 40 and FE. RGB value is (72,64,254). Sum of RGB (Red+Green+Blue) = 72+64+254=390 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.46% from 390); Green value is 64 (25.39% from 255 or 16.41% from 390); Blue value is 254 (99.61% from 255 or 65.13% from 390); Max value from RGB is 254 - color contains mainly: blue. Hex color #4840FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4840FE is #B7BF01. Grayscale: #575757. Windows color (decimal): -12041986 or 16662600. OLE color: 16662600.

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

Color convert

RGB 72 64 254 -
CMYK 0.72 0.75 0 0.00
HSL 242.53º 0.99% 0.62% -
HSV(B) 242.53º 0.75% 1% -
XYZ 22.4 12.2 94.94 -
YUV 88.05 221.65 116.55 -
System Red Green Blue C M Y K H S L
Decimal 72 64 254 0.72 0.75 0 0.00 242.53 0.99 0.62
Hex 48 40 FE 48 4B 0 0 F3 63 3E
Octal 110 100 376 110 113 0 0 363 143 76
Binary 1001000 1000000 11111110 1001000 1001011 0 0 11110011 1100011 111110

Color Harmonies of #4840FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4840FE

Black with #4840FE

Text Example


Text Example

White with #4840FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4840FE; }

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

 H1.HeaderClassName
 {
   color: #4840FE;
 }
 .AnyTagClassName
 {
   color: #4840FE;
 }
</style>

background-color css

<style>
 a { background-color: #4840FE; }

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

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

border-color css

<style>
 span { border-color: #4840FE; }

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

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