Html Css Color HEX #4A61FE Neon Blue

📋 copy color: '#4A61FE'

red 74 ◦ green 97 ◦ blue 254

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

Shades of Neon Blue #4A61FE

Tints of Neon Blue #4A61FE

RGB

 RED value IS 74 (29.3% from 255) = 17.41%

 GREEN value IS 97 (38.28% from 255) = 22.82%

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

R = 17.41%
G = 22.82%
B = 59.76%

CMYK

 C value IS 0.71

 M value IS 0.62

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4A61FE (or 0x4A61FE) is known color: Neon Blue. HEX triplet: 4A, 61 and FE. RGB value is (74,97,254). Sum of RGB (Red+Green+Blue) = 74+97+254=425 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.41% from 425); Green value is 97 (38.28% from 255 or 22.82% from 425); Blue value is 254 (99.61% from 255 or 59.76% from 425); Max value from RGB is 254 - color contains mainly: blue. Hex color #4A61FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4A61FE is #B59E01. Grayscale: #6B6B6B. Windows color (decimal): -11902466 or 16671050. OLE color: 16671050.

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

Color convert

RGB 74 97 254 -
CMYK 0.71 0.62 0 0.00
HSL 232.33º 0.99% 0.64% -
HSV(B) 232.33º 0.71% 1% -
XYZ 24.99 17.16 95.76 -
YUV 108.02 210.38 103.73 -
System Red Green Blue C M Y K H S L
Decimal 74 97 254 0.71 0.62 0 0.00 232.33 0.99 0.64
Hex 4A 61 FE 47 3E 0 0 E8 63 40
Octal 112 141 376 107 76 0 0 350 143 100
Binary 1001010 1100001 11111110 1000111 111110 0 0 11101000 1100011 1000000

Color Harmonies of #4A61FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A61FE

Black with #4A61FE

Text Example


Text Example

White with #4A61FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A61FE; }

 p { color: rgb(74,97,254); }

 H1.HeaderClassName
 {
   color: #4A61FE;
 }
 .AnyTagClassName
 {
   color: #4A61FE;
 }
</style>

background-color css

<style>
 a { background-color: #4A61FE; }

 a { background-color: rgb(74,97,254); }

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

border-color css

<style>
 span { border-color: #4A61FE; }

 span { border-color: rgb(74,97,254); }

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