Html Css Color HEX #614CF1 Neon Blue

📋 copy color: '#614CF1'

red 97 ◦ green 76 ◦ blue 241

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

Shades of Neon Blue #614CF1

Tints of Neon Blue #614CF1

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.36%

 BLUE value IS 241 (94.53% from 255) = 58.21%

R = 23.43%
G = 18.36%
B = 58.21%

CMYK

 C value IS 0.60

 M value IS 0.68

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#614CF1 (or 0x614CF1) is known color: Neon Blue. HEX triplet: 61, 4C and F1. RGB value is (97,76,241). Sum of RGB (Red+Green+Blue) = 97+76+241=414 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.43% from 414); Green value is 76 (30.08% from 255 or 18.36% from 414); Blue value is 241 (94.53% from 255 or 58.21% from 414); Max value from RGB is 241 - color contains mainly: blue. Hex color #614CF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #614CF1 is #9EB30E. Grayscale: #646464. Windows color (decimal): -10400527 or 15813729. OLE color: 15813729.

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

Color convert

RGB 97 76 241 -
CMYK 0.60 0.68 0 0.05
HSL 247.64º 0.85% 0.62% -
HSV(B) 247.64º 0.68% 0.95% -
XYZ 23.39 14.06 84.7 -
YUV 101.09 206.96 125.08 -
System Red Green Blue C M Y K H S L
Decimal 97 76 241 0.60 0.68 0 0.05 247.64 0.85 0.62
Hex 61 4C F1 3C 44 0 5 F8 55 3E
Octal 141 114 361 74 104 0 5 370 125 76
Binary 1100001 1001100 11110001 111100 1000100 0 101 11111000 1010101 111110

Color Harmonies of #614CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614CF1

Black with #614CF1

Text Example


Text Example

White with #614CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,76,241); }

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

background-color css

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

 a { background-color: rgb(97,76,241); }

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

border-color css

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

 span { border-color: rgb(97,76,241); }

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