Html Css Color HEX #6250F9 Neon Blue

📋 copy color: '#6250F9'

red 98 ◦ green 80 ◦ blue 249

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

Shades of Neon Blue #6250F9

Tints of Neon Blue #6250F9

RGB

 RED value IS 98 (38.67% from 255) = 22.95%

 GREEN value IS 80 (31.64% from 255) = 18.74%

 BLUE value IS 249 (97.66% from 255) = 58.31%

R = 22.95%
G = 18.74%
B = 58.31%

CMYK

 C value IS 0.61

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6250F9 (or 0x6250F9) is known color: Neon Blue. HEX triplet: 62, 50 and F9. RGB value is (98,80,249). Sum of RGB (Red+Green+Blue) = 98+80+249=427 (56% of max value = 765). Red value is 98 (38.67% from 255 or 22.95% from 427); Green value is 80 (31.64% from 255 or 18.74% from 427); Blue value is 249 (97.66% from 255 or 58.31% from 427); Max value from RGB is 249 - color contains mainly: blue. Hex color #6250F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6250F9 is #9DAF06. Grayscale: #676767. Windows color (decimal): -10333959 or 16339042. OLE color: 16339042.

HSL color Cylindrical-coordinate representation of color #6250F9: hue angle of 246.39º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6250F9 is Cyan = 0.61, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 98 80 249 -
CMYK 0.61 0.68 0 0.02
HSL 246.39º 0.93% 0.65% -
HSV(B) 246.39º 0.68% 0.98% -
XYZ 25 15.17 91.23 -
YUV 104.65 209.46 123.26 -
System Red Green Blue C M Y K H S L
Decimal 98 80 249 0.61 0.68 0 0.02 246.39 0.93 0.65
Hex 62 50 F9 3D 44 0 2 F6 5D 41
Octal 142 120 371 75 104 0 2 366 135 101
Binary 1100010 1010000 11111001 111101 1000100 0 10 11110110 1011101 1000001

Color Harmonies of #6250F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6250F9

Black with #6250F9

Text Example


Text Example

White with #6250F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6250F9; }

 p { color: rgb(98,80,249); }

 H1.HeaderClassName
 {
   color: #6250F9;
 }
 .AnyTagClassName
 {
   color: #6250F9;
 }
</style>

background-color css

<style>
 a { background-color: #6250F9; }

 a { background-color: rgb(98,80,249); }

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

border-color css

<style>
 span { border-color: #6250F9; }

 span { border-color: rgb(98,80,249); }

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