Html Css Color HEX #6461FE Neon Blue

📋 copy color: '#6461FE'

red 100 ◦ green 97 ◦ blue 254

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

Shades of Neon Blue #6461FE

Tints of Neon Blue #6461FE

RGB

 RED value IS 100 (39.45% from 255) = 22.17%

 GREEN value IS 97 (38.28% from 255) = 21.51%

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

R = 22.17%
G = 21.51%
B = 56.32%

CMYK

 C value IS 0.61

 M value IS 0.62

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6461FE (or 0x6461FE) is known color: Neon Blue. HEX triplet: 64, 61 and FE. RGB value is (100,97,254). Sum of RGB (Red+Green+Blue) = 100+97+254=451 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.17% from 451); Green value is 97 (38.28% from 255 or 21.51% from 451); Blue value is 254 (99.61% from 255 or 56.32% from 451); Max value from RGB is 254 - color contains mainly: blue. Hex color #6461FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6461FE is #9B9E01. Grayscale: #737373. Windows color (decimal): -10198530 or 16671076. OLE color: 16671076.

HSL color Cylindrical-coordinate representation of color #6461FE: hue angle of 241.15º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6461FE is Cyan = 0.61, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 100 97 254 -
CMYK 0.61 0.62 0 0.00
HSL 241.15º 0.99% 0.69% -
HSV(B) 241.15º 0.62% 1% -
XYZ 27.42 18.41 95.88 -
YUV 115.8 205.99 116.73 -
System Red Green Blue C M Y K H S L
Decimal 100 97 254 0.61 0.62 0 0.00 241.15 0.99 0.69
Hex 64 61 FE 3D 3E 0 0 F1 63 45
Octal 144 141 376 75 76 0 0 361 143 105
Binary 1100100 1100001 11111110 111101 111110 0 0 11110001 1100011 1000101

Color Harmonies of #6461FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6461FE

Black with #6461FE

Text Example


Text Example

White with #6461FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6461FE; }

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

 H1.HeaderClassName
 {
   color: #6461FE;
 }
 .AnyTagClassName
 {
   color: #6461FE;
 }
</style>

background-color css

<style>
 a { background-color: #6461FE; }

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

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

border-color css

<style>
 span { border-color: #6461FE; }

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

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