Html Css Color HEX #614CFE Neon Blue

📋 copy color: '#614CFE'

red 97 ◦ green 76 ◦ blue 254

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

Shades of Neon Blue #614CFE

Tints of Neon Blue #614CFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 59.48%

R = 22.72%
G = 17.8%
B = 59.48%

CMYK

 C value IS 0.62

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#614CFE (or 0x614CFE) is known color: Neon Blue. HEX triplet: 61, 4C and FE. RGB value is (97,76,254). Sum of RGB (Red+Green+Blue) = 97+76+254=427 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.72% from 427); Green value is 76 (30.08% from 255 or 17.80% from 427); Blue value is 254 (99.61% from 255 or 59.48% from 427); Max value from RGB is 254 - color contains mainly: blue. Hex color #614CFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #614CFE is #9EB301. Grayscale: #656565. Windows color (decimal): -10400514 or 16665697. OLE color: 16665697.

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

Color convert

RGB 97 76 254 -
CMYK 0.62 0.70 0 0.00
HSL 247.08º 0.99% 0.65% -
HSV(B) 247.08º 0.7% 1% -
XYZ 25.4 14.87 95.3 -
YUV 102.57 213.46 124.03 -
System Red Green Blue C M Y K H S L
Decimal 97 76 254 0.62 0.70 0 0.00 247.08 0.99 0.65
Hex 61 4C FE 3E 46 0 0 F7 63 41
Octal 141 114 376 76 106 0 0 367 143 101
Binary 1100001 1001100 11111110 111110 1000110 0 0 11110111 1100011 1000001

Color Harmonies of #614CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614CFE

Black with #614CFE

Text Example


Text Example

White with #614CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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