Html Css Color HEX #614AF3 Neon Blue

📋 copy color: '#614AF3'

red 97 ◦ green 74 ◦ blue 243

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

Shades of Neon Blue #614AF3

Tints of Neon Blue #614AF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 58.7%

R = 23.43%
G = 17.87%
B = 58.7%

CMYK

 C value IS 0.60

 M value IS 0.70

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#614AF3 (or 0x614AF3) is known color: Neon Blue. HEX triplet: 61, 4A and F3. RGB value is (97,74,243). Sum of RGB (Red+Green+Blue) = 97+74+243=414 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.43% from 414); Green value is 74 (29.30% from 255 or 17.87% from 414); Blue value is 243 (95.31% from 255 or 58.70% from 414); Max value from RGB is 243 - color contains mainly: blue. Hex color #614AF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #614AF3 is #9EB50C. Grayscale: #636363. Windows color (decimal): -10401037 or 15944289. OLE color: 15944289.

HSL color Cylindrical-coordinate representation of color #614AF3: hue angle of 248.17º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #614AF3 is Cyan = 0.60, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 97 74 243 -
CMYK 0.60 0.70 0 0.05
HSL 248.17º 0.88% 0.62% -
HSV(B) 248.17º 0.7% 0.95% -
XYZ 23.56 13.91 86.24 -
YUV 100.14 208.62 125.76 -
System Red Green Blue C M Y K H S L
Decimal 97 74 243 0.60 0.70 0 0.05 248.17 0.88 0.62
Hex 61 4A F3 3C 46 0 5 F8 58 3E
Octal 141 112 363 74 106 0 5 370 130 76
Binary 1100001 1001010 11110011 111100 1000110 0 101 11111000 1011000 111110

Color Harmonies of #614AF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614AF3

Black with #614AF3

Text Example


Text Example

White with #614AF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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