Html Css Color HEX #614DFF Neon Blue

📋 copy color: '#614DFF'

red 97 ◦ green 77 ◦ blue 255

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

Shades of Neon Blue #614DFF

Tints of Neon Blue #614DFF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.95%

 BLUE value IS 255 (100% from 255) = 59.44%

R = 22.61%
G = 17.95%
B = 59.44%

CMYK

 C value IS 0.62

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#614DFF (or 0x614DFF) is known color: Neon Blue. HEX triplet: 61, 4D and FF. RGB value is (97,77,255). Sum of RGB (Red+Green+Blue) = 97+77+255=429 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.61% from 429); Green value is 77 (30.47% from 255 or 17.95% from 429); Blue value is 255 (100% from 255 or 59.44% from 429); Max value from RGB is 255 - color contains mainly: blue. Hex color #614DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #614DFF is #9EB200. Grayscale: #666666. Windows color (decimal): -10400257 or 16731489. OLE color: 16731489.

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

Color convert

RGB 97 77 255 -
CMYK 0.62 0.70 0 0
HSL 246.74º 1% 0.65% -
HSV(B) 246.74º 0.7% 1% -
XYZ 25.63 15.07 96.17 -
YUV 103.27 213.63 123.53 -
System Red Green Blue C M Y K H S L
Decimal 97 77 255 0.62 0.70 0 0 246.74 1 0.65
Hex 61 4D FF 3E 46 0 0 F7 64 41
Octal 141 115 377 76 106 0 0 367 144 101
Binary 1100001 1001101 11111111 111110 1000110 0 0 11110111 1100100 1000001

Color Harmonies of #614DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614DFF

Black with #614DFF

Text Example


Text Example

White with #614DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,77,255); }

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

background-color css

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

 a { background-color: rgb(97,77,255); }

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

border-color css

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

 span { border-color: rgb(97,77,255); }

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