Html Css Color HEX #604EEF Neon Blue

📋 copy color: '#604EEF'

red 96 ◦ green 78 ◦ blue 239

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

Shades of Neon Blue #604EEF

Tints of Neon Blue #604EEF

RGB

 RED value IS 96 (37.89% from 255) = 23.24%

 GREEN value IS 78 (30.86% from 255) = 18.89%

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

R = 23.24%
G = 18.89%
B = 57.87%

CMYK

 C value IS 0.60

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#604EEF (or 0x604EEF) is known color: Neon Blue. HEX triplet: 60, 4E and EF. RGB value is (96,78,239). Sum of RGB (Red+Green+Blue) = 96+78+239=413 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.24% from 413); Green value is 78 (30.86% from 255 or 18.89% from 413); Blue value is 239 (93.75% from 255 or 57.87% from 413); Max value from RGB is 239 - color contains mainly: blue. Hex color #604EEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #604EEF is #9FB110. Grayscale: #656565. Windows color (decimal): -10465553 or 15683168. OLE color: 15683168.

HSL color Cylindrical-coordinate representation of color #604EEF: hue angle of 246.71º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #604EEF is Cyan = 0.60, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 96 78 239 -
CMYK 0.60 0.67 0 0.06
HSL 246.71º 0.83% 0.62% -
HSV(B) 246.71º 0.67% 0.94% -
XYZ 23.13 14.17 83.18 -
YUV 101.74 205.46 123.91 -
System Red Green Blue C M Y K H S L
Decimal 96 78 239 0.60 0.67 0 0.06 246.71 0.83 0.62
Hex 60 4E EF 3C 43 0 6 F7 53 3E
Octal 140 116 357 74 103 0 6 367 123 76
Binary 1100000 1001110 11101111 111100 1000011 0 110 11110111 1010011 111110

Color Harmonies of #604EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604EEF

Black with #604EEF

Text Example


Text Example

White with #604EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604EEF; }

 p { color: rgb(96,78,239); }

 H1.HeaderClassName
 {
   color: #604EEF;
 }
 .AnyTagClassName
 {
   color: #604EEF;
 }
</style>

background-color css

<style>
 a { background-color: #604EEF; }

 a { background-color: rgb(96,78,239); }

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

border-color css

<style>
 span { border-color: #604EEF; }

 span { border-color: rgb(96,78,239); }

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