Html Css Color HEX #6245FB Neon Blue

📋 copy color: '#6245FB'

red 98 ◦ green 69 ◦ blue 251

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

Shades of Neon Blue #6245FB

Tints of Neon Blue #6245FB

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.51%

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

R = 23.44%
G = 16.51%
B = 60.05%

CMYK

 C value IS 0.61

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6245FB (or 0x6245FB) is known color: Neon Blue. HEX triplet: 62, 45 and FB. RGB value is (98,69,251). Sum of RGB (Red+Green+Blue) = 98+69+251=418 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.44% from 418); Green value is 69 (27.34% from 255 or 16.51% from 418); Blue value is 251 (98.44% from 255 or 60.05% from 418); Max value from RGB is 251 - color contains mainly: blue. Hex color #6245FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6245FB is #9DBA04. Grayscale: #616161. Windows color (decimal): -10336773 or 16467298. OLE color: 16467298.

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

Color convert

RGB 98 69 251 -
CMYK 0.61 0.73 0 0.02
HSL 249.56º 0.96% 0.63% -
HSV(B) 249.56º 0.73% 0.98% -
XYZ 24.58 13.82 92.64 -
YUV 98.42 214.11 127.7 -
System Red Green Blue C M Y K H S L
Decimal 98 69 251 0.61 0.73 0 0.02 249.56 0.96 0.63
Hex 62 45 FB 3D 49 0 2 FA 60 3F
Octal 142 105 373 75 111 0 2 372 140 77
Binary 1100010 1000101 11111011 111101 1001001 0 10 11111010 1100000 111111

Color Harmonies of #6245FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6245FB

Black with #6245FB

Text Example


Text Example

White with #6245FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6245FB; }

 p { color: rgb(98,69,251); }

 H1.HeaderClassName
 {
   color: #6245FB;
 }
 .AnyTagClassName
 {
   color: #6245FB;
 }
</style>

background-color css

<style>
 a { background-color: #6245FB; }

 a { background-color: rgb(98,69,251); }

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

border-color css

<style>
 span { border-color: #6245FB; }

 span { border-color: rgb(98,69,251); }

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