Html Css Color HEX #605FEF Neon Blue

📋 copy color: '#605FEF'

red 96 ◦ green 95 ◦ blue 239

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

Shades of Neon Blue #605FEF

Tints of Neon Blue #605FEF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.09%

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

R = 22.33%
G = 22.09%
B = 55.58%

CMYK

 C value IS 0.60

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#605FEF (or 0x605FEF) is known color: Neon Blue. HEX triplet: 60, 5F and EF. RGB value is (96,95,239). Sum of RGB (Red+Green+Blue) = 96+95+239=430 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.33% from 430); Green value is 95 (37.5% from 255 or 22.09% from 430); Blue value is 239 (93.75% from 255 or 55.58% from 430); Max value from RGB is 239 - color contains mainly: blue. Hex color #605FEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #605FEF is #9FA010. Grayscale: #6F6F6F. Windows color (decimal): -10461201 or 15687520. OLE color: 15687520.

HSL color Cylindrical-coordinate representation of color #605FEF: hue angle of 240.42º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #605FEF is Cyan = 0.60, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 96 95 239 -
CMYK 0.60 0.60 0 0.06
HSL 240.42º 0.82% 0.65% -
HSV(B) 240.42º 0.6% 0.94% -
XYZ 24.5 16.9 83.63 -
YUV 111.72 199.83 116.79 -
System Red Green Blue C M Y K H S L
Decimal 96 95 239 0.60 0.60 0 0.06 240.42 0.82 0.65
Hex 60 5F EF 3C 3C 0 6 F0 52 41
Octal 140 137 357 74 74 0 6 360 122 101
Binary 1100000 1011111 11101111 111100 111100 0 110 11110000 1010010 1000001

Color Harmonies of #605FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605FEF

Black with #605FEF

Text Example


Text Example

White with #605FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605FEF; }

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

 H1.HeaderClassName
 {
   color: #605FEF;
 }
 .AnyTagClassName
 {
   color: #605FEF;
 }
</style>

background-color css

<style>
 a { background-color: #605FEF; }

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

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

border-color css

<style>
 span { border-color: #605FEF; }

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

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