Html Css Color HEX #614AF6 Neon Blue

📋 copy color: '#614AF6'

red 97 ◦ green 74 ◦ blue 246

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

Shades of Neon Blue #614AF6

Tints of Neon Blue #614AF6

RGB

 RED value IS 97 (38.28% from 255) = 23.26%

 GREEN value IS 74 (29.3% from 255) = 17.75%

 BLUE value IS 246 (96.48% from 255) = 58.99%

R = 23.26%
G = 17.75%
B = 58.99%

CMYK

 C value IS 0.61

 M value IS 0.70

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#614AF6 (or 0x614AF6) is known color: Neon Blue. HEX triplet: 61, 4A and F6. RGB value is (97,74,246). Sum of RGB (Red+Green+Blue) = 97+74+246=417 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.26% from 417); Green value is 74 (29.30% from 255 or 17.75% from 417); Blue value is 246 (96.48% from 255 or 58.99% from 417); Max value from RGB is 246 - color contains mainly: blue. Hex color #614AF6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #614AF6 is #9EB509. Grayscale: #636363. Windows color (decimal): -10401034 or 16140897. OLE color: 16140897.

HSL color Cylindrical-coordinate representation of color #614AF6: hue angle of 248.02º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #614AF6 is Cyan = 0.61, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 97 74 246 -
CMYK 0.61 0.70 0 0.04
HSL 248.02º 0.91% 0.63% -
HSV(B) 248.02º 0.7% 0.96% -
XYZ 24.01 14.09 88.64 -
YUV 100.49 210.12 125.51 -
System Red Green Blue C M Y K H S L
Decimal 97 74 246 0.61 0.70 0 0.04 248.02 0.91 0.63
Hex 61 4A F6 3D 46 0 4 F8 5B 3F
Octal 141 112 366 75 106 0 4 370 133 77
Binary 1100001 1001010 11110110 111101 1000110 0 100 11111000 1011011 111111

Color Harmonies of #614AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614AF6

Black with #614AF6

Text Example


Text Example

White with #614AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614AF6; }

 p { color: rgb(97,74,246); }

 H1.HeaderClassName
 {
   color: #614AF6;
 }
 .AnyTagClassName
 {
   color: #614AF6;
 }
</style>

background-color css

<style>
 a { background-color: #614AF6; }

 a { background-color: rgb(97,74,246); }

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

border-color css

<style>
 span { border-color: #614AF6; }

 span { border-color: rgb(97,74,246); }

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