Html Css Color HEX #614DFC Neon Blue

📋 copy color: '#614DFC'

red 97 ◦ green 77 ◦ blue 252

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

Shades of Neon Blue #614DFC

Tints of Neon Blue #614DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 59.15%

R = 22.77%
G = 18.08%
B = 59.15%

CMYK

 C value IS 0.62

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#614DFC (or 0x614DFC) is known color: Neon Blue. HEX triplet: 61, 4D and FC. RGB value is (97,77,252). Sum of RGB (Red+Green+Blue) = 97+77+252=426 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.77% from 426); Green value is 77 (30.47% from 255 or 18.08% from 426); Blue value is 252 (98.83% from 255 or 59.15% from 426); Max value from RGB is 252 - color contains mainly: blue. Hex color #614DFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #614DFC is #9EB203. Grayscale: #666666. Windows color (decimal): -10400260 or 16534881. OLE color: 16534881.

HSL color Cylindrical-coordinate representation of color #614DFC: hue angle of 246.86º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #614DFC is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 97 77 252 -
CMYK 0.62 0.69 0 0.01
HSL 246.86º 0.97% 0.65% -
HSV(B) 246.86º 0.69% 0.99% -
XYZ 25.15 14.88 93.64 -
YUV 102.93 212.13 123.77 -
System Red Green Blue C M Y K H S L
Decimal 97 77 252 0.62 0.69 0 0.01 246.86 0.97 0.65
Hex 61 4D FC 3E 45 0 1 F7 61 41
Octal 141 115 374 76 105 0 1 367 141 101
Binary 1100001 1001101 11111100 111110 1000101 0 1 11110111 1100001 1000001

Color Harmonies of #614DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614DFC

Black with #614DFC

Text Example


Text Example

White with #614DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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