Html Css Color HEX #613FFB Neon Blue

📋 copy color: '#613FFB'

red 97 ◦ green 63 ◦ blue 251

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

Shades of Neon Blue #613FFB

Tints of Neon Blue #613FFB

RGB

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

 GREEN value IS 63 (25% from 255) = 15.33%

 BLUE value IS 251 (98.44% from 255) = 61.07%

R = 23.6%
G = 15.33%
B = 61.07%

CMYK

 C value IS 0.61

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#613FFB (or 0x613FFB) is known color: Neon Blue. HEX triplet: 61, 3F and FB. RGB value is (97,63,251). Sum of RGB (Red+Green+Blue) = 97+63+251=411 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.60% from 411); Green value is 63 (25% from 255 or 15.33% from 411); Blue value is 251 (98.44% from 255 or 61.07% from 411); Max value from RGB is 251 - color contains mainly: blue. Hex color #613FFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #613FFB is #9EC004. Grayscale: #5D5D5D. Windows color (decimal): -10403845 or 16465761. OLE color: 16465761.

HSL color Cylindrical-coordinate representation of color #613FFB: hue angle of 250.85º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #613FFB is Cyan = 0.61, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 97 63 251 -
CMYK 0.61 0.75 0 0.02
HSL 250.85º 0.96% 0.62% -
HSV(B) 250.85º 0.75% 0.98% -
XYZ 24.12 13.06 92.52 -
YUV 94.6 216.26 129.71 -
System Red Green Blue C M Y K H S L
Decimal 97 63 251 0.61 0.75 0 0.02 250.85 0.96 0.62
Hex 61 3F FB 3D 4B 0 2 FB 60 3E
Octal 141 77 373 75 113 0 2 373 140 76
Binary 1100001 111111 11111011 111101 1001011 0 10 11111011 1100000 111110

Color Harmonies of #613FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613FFB

Black with #613FFB

Text Example


Text Example

White with #613FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613FFB; }

 p { color: rgb(97,63,251); }

 H1.HeaderClassName
 {
   color: #613FFB;
 }
 .AnyTagClassName
 {
   color: #613FFB;
 }
</style>

background-color css

<style>
 a { background-color: #613FFB; }

 a { background-color: rgb(97,63,251); }

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

border-color css

<style>
 span { border-color: #613FFB; }

 span { border-color: rgb(97,63,251); }

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