Html Css Color HEX #4655EF Neon Blue

📋 copy color: '#4655EF'

red 70 ◦ green 85 ◦ blue 239

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

Shades of Neon Blue #4655EF

Tints of Neon Blue #4655EF

RGB

 RED value IS 70 (27.73% from 255) = 17.77%

 GREEN value IS 85 (33.59% from 255) = 21.57%

 BLUE value IS 239 (93.75% from 255) = 60.66%

R = 17.77%
G = 21.57%
B = 60.66%

CMYK

 C value IS 0.71

 M value IS 0.64

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4655EF (or 0x4655EF) is known color: Neon Blue. HEX triplet: 46, 55 and EF. RGB value is (70,85,239). Sum of RGB (Red+Green+Blue) = 70+85+239=394 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.77% from 394); Green value is 85 (33.59% from 255 or 21.57% from 394); Blue value is 239 (93.75% from 255 or 60.66% from 394); Max value from RGB is 239 - color contains mainly: blue. Hex color #4655EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4655EF is #B9AA10. Grayscale: #616161. Windows color (decimal): -12167697 or 15684934. OLE color: 15684934.

HSL color Cylindrical-coordinate representation of color #4655EF: hue angle of 234.67º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4655EF is Cyan = 0.71, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 70 85 239 -
CMYK 0.71 0.64 0 0.06
HSL 234.67º 0.84% 0.61% -
HSV(B) 234.67º 0.71% 0.94% -
XYZ 21.35 14.03 83.24 -
YUV 98.07 207.53 107.98 -
System Red Green Blue C M Y K H S L
Decimal 70 85 239 0.71 0.64 0 0.06 234.67 0.84 0.61
Hex 46 55 EF 47 40 0 6 EB 54 3D
Octal 106 125 357 107 100 0 6 353 124 75
Binary 1000110 1010101 11101111 1000111 1000000 0 110 11101011 1010100 111101

Color Harmonies of #4655EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4655EF

Black with #4655EF

Text Example


Text Example

White with #4655EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4655EF; }

 p { color: rgb(70,85,239); }

 H1.HeaderClassName
 {
   color: #4655EF;
 }
 .AnyTagClassName
 {
   color: #4655EF;
 }
</style>

background-color css

<style>
 a { background-color: #4655EF; }

 a { background-color: rgb(70,85,239); }

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

border-color css

<style>
 span { border-color: #4655EF; }

 span { border-color: rgb(70,85,239); }

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