Html Css Color HEX #4B46FE Neon Blue

📋 copy color: '#4B46FE'

red 75 ◦ green 70 ◦ blue 254

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

Shades of Neon Blue #4B46FE

Tints of Neon Blue #4B46FE

RGB

 RED value IS 75 (29.69% from 255) = 18.8%

 GREEN value IS 70 (27.73% from 255) = 17.54%

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

R = 18.8%
G = 17.54%
B = 63.66%

CMYK

 C value IS 0.70

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4B46FE (or 0x4B46FE) is known color: Neon Blue. HEX triplet: 4B, 46 and FE. RGB value is (75,70,254). Sum of RGB (Red+Green+Blue) = 75+70+254=399 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.80% from 399); Green value is 70 (27.73% from 255 or 17.54% from 399); Blue value is 254 (99.61% from 255 or 63.66% from 399); Max value from RGB is 254 - color contains mainly: blue. Hex color #4B46FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4B46FE is #B4B901. Grayscale: #5B5B5B. Windows color (decimal): -11843842 or 16664139. OLE color: 16664139.

HSL color Cylindrical-coordinate representation of color #4B46FE: hue angle of 241.63º 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 #4B46FE is Cyan = 0.70, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 75 70 254 -
CMYK 0.70 0.72 0 0.00
HSL 241.63º 0.99% 0.64% -
HSV(B) 241.63º 0.72% 1% -
XYZ 22.98 13.03 95.07 -
YUV 92.47 219.16 115.54 -
System Red Green Blue C M Y K H S L
Decimal 75 70 254 0.70 0.72 0 0.00 241.63 0.99 0.64
Hex 4B 46 FE 46 48 0 0 F2 63 40
Octal 113 106 376 106 110 0 0 362 143 100
Binary 1001011 1000110 11111110 1000110 1001000 0 0 11110010 1100011 1000000

Color Harmonies of #4B46FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B46FE

Black with #4B46FE

Text Example


Text Example

White with #4B46FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,70,254); }

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

background-color css

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

 a { background-color: rgb(75,70,254); }

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

border-color css

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

 span { border-color: rgb(75,70,254); }

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