Html Css Color HEX #4842FA Neon Blue

📋 copy color: '#4842FA'

red 72 ◦ green 66 ◦ blue 250

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

Shades of Neon Blue #4842FA

Tints of Neon Blue #4842FA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.01%

 BLUE value IS 250 (98.05% from 255) = 64.43%

R = 18.56%
G = 17.01%
B = 64.43%

CMYK

 C value IS 0.71

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4842FA (or 0x4842FA) is known color: Neon Blue. HEX triplet: 48, 42 and FA. RGB value is (72,66,250). Sum of RGB (Red+Green+Blue) = 72+66+250=388 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.56% from 388); Green value is 66 (26.17% from 255 or 17.01% from 388); Blue value is 250 (98.05% from 255 or 64.43% from 388); Max value from RGB is 250 - color contains mainly: blue. Hex color #4842FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4842FA is #B7BD05. Grayscale: #585858. Windows color (decimal): -12041478 or 16400968. OLE color: 16400968.

HSL color Cylindrical-coordinate representation of color #4842FA: hue angle of 241.96º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4842FA is Cyan = 0.71, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 72 66 250 -
CMYK 0.71 0.74 0 0.02
HSL 241.96º 0.95% 0.62% -
HSV(B) 241.96º 0.74% 0.98% -
XYZ 21.88 12.18 91.64 -
YUV 88.77 218.99 116.04 -
System Red Green Blue C M Y K H S L
Decimal 72 66 250 0.71 0.74 0 0.02 241.96 0.95 0.62
Hex 48 42 FA 47 4A 0 2 F2 5F 3E
Octal 110 102 372 107 112 0 2 362 137 76
Binary 1001000 1000010 11111010 1000111 1001010 0 10 11110010 1011111 111110

Color Harmonies of #4842FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4842FA

Black with #4842FA

Text Example


Text Example

White with #4842FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4842FA; }

 p { color: rgb(72,66,250); }

 H1.HeaderClassName
 {
   color: #4842FA;
 }
 .AnyTagClassName
 {
   color: #4842FA;
 }
</style>

background-color css

<style>
 a { background-color: #4842FA; }

 a { background-color: rgb(72,66,250); }

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

border-color css

<style>
 span { border-color: #4842FA; }

 span { border-color: rgb(72,66,250); }

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