Html Css Color HEX #4B58FE Neon Blue

📋 copy color: '#4B58FE'

red 75 ◦ green 88 ◦ blue 254

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

Shades of Neon Blue #4B58FE

Tints of Neon Blue #4B58FE

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.1%

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

R = 17.99%
G = 21.1%
B = 60.91%

CMYK

 C value IS 0.70

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4B58FE (or 0x4B58FE) is known color: Neon Blue. HEX triplet: 4B, 58 and FE. RGB value is (75,88,254). Sum of RGB (Red+Green+Blue) = 75+88+254=417 (55% of max value = 765). Red value is 75 (29.69% from 255 or 17.99% from 417); Green value is 88 (34.77% from 255 or 21.10% from 417); Blue value is 254 (99.61% from 255 or 60.91% from 417); Max value from RGB is 254 - color contains mainly: blue. Hex color #4B58FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4B58FE is #B4A701. Grayscale: #666666. Windows color (decimal): -11839234 or 16668747. OLE color: 16668747.

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

Color convert

RGB 75 88 254 -
CMYK 0.70 0.65 0 0.00
HSL 235.64º 0.99% 0.65% -
HSV(B) 235.64º 0.7% 1% -
XYZ 24.28 15.63 95.5 -
YUV 103.04 213.19 108 -
System Red Green Blue C M Y K H S L
Decimal 75 88 254 0.70 0.65 0 0.00 235.64 0.99 0.65
Hex 4B 58 FE 46 41 0 0 EC 63 41
Octal 113 130 376 106 101 0 0 354 143 101
Binary 1001011 1011000 11111110 1000110 1000001 0 0 11101100 1100011 1000001

Color Harmonies of #4B58FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B58FE

Black with #4B58FE

Text Example


Text Example

White with #4B58FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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