Html Css Color HEX #4B5CFE Neon Blue

📋 copy color: '#4B5CFE'

red 75 ◦ green 92 ◦ blue 254

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

Shades of Neon Blue #4B5CFE

Tints of Neon Blue #4B5CFE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.85%

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

R = 17.81%
G = 21.85%
B = 60.33%

CMYK

 C value IS 0.70

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4B5CFE (or 0x4B5CFE) is known color: Neon Blue. HEX triplet: 4B, 5C and FE. RGB value is (75,92,254). Sum of RGB (Red+Green+Blue) = 75+92+254=421 (55% of max value = 765). Red value is 75 (29.69% from 255 or 17.81% from 421); Green value is 92 (36.33% from 255 or 21.85% from 421); Blue value is 254 (99.61% from 255 or 60.33% from 421); Max value from RGB is 254 - color contains mainly: blue. Hex color #4B5CFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4B5CFE is #B4A301. Grayscale: #686868. Windows color (decimal): -11838210 or 16669771. OLE color: 16669771.

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

Color convert

RGB 75 92 254 -
CMYK 0.70 0.64 0 0.00
HSL 234.3º 0.99% 0.65% -
HSV(B) 234.3º 0.7% 1% -
XYZ 24.62 16.31 95.62 -
YUV 105.39 211.87 106.33 -
System Red Green Blue C M Y K H S L
Decimal 75 92 254 0.70 0.64 0 0.00 234.3 0.99 0.65
Hex 4B 5C FE 46 40 0 0 EA 63 41
Octal 113 134 376 106 100 0 0 352 143 101
Binary 1001011 1011100 11111110 1000110 1000000 0 0 11101010 1100011 1000001

Color Harmonies of #4B5CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5CFE

Black with #4B5CFE

Text Example


Text Example

White with #4B5CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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