Html Css Color HEX #6250F0 Neon Blue

📋 copy color: '#6250F0'

red 98 ◦ green 80 ◦ blue 240

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

Shades of Neon Blue #6250F0

Tints of Neon Blue #6250F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 57.42%

R = 23.44%
G = 19.14%
B = 57.42%

CMYK

 C value IS 0.59

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6250F0 (or 0x6250F0) is known color: Neon Blue. HEX triplet: 62, 50 and F0. RGB value is (98,80,240). Sum of RGB (Red+Green+Blue) = 98+80+240=418 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.44% from 418); Green value is 80 (31.64% from 255 or 19.14% from 418); Blue value is 240 (94.14% from 255 or 57.42% from 418); Max value from RGB is 240 - color contains mainly: blue. Hex color #6250F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6250F0 is #9DAF0F. Grayscale: #676767. Windows color (decimal): -10333968 or 15749218. OLE color: 15749218.

HSL color Cylindrical-coordinate representation of color #6250F0: hue angle of 246.75º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6250F0 is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 98 80 240 -
CMYK 0.59 0.67 0 0.06
HSL 246.75º 0.84% 0.63% -
HSV(B) 246.75º 0.67% 0.94% -
XYZ 23.63 14.63 84.02 -
YUV 103.62 204.96 123.99 -
System Red Green Blue C M Y K H S L
Decimal 98 80 240 0.59 0.67 0 0.06 246.75 0.84 0.63
Hex 62 50 F0 3B 43 0 6 F7 54 3F
Octal 142 120 360 73 103 0 6 367 124 77
Binary 1100010 1010000 11110000 111011 1000011 0 110 11110111 1010100 111111

Color Harmonies of #6250F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6250F0

Black with #6250F0

Text Example


Text Example

White with #6250F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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