Html Css Color HEX #6038FB Neon Blue

📋 copy color: '#6038FB'

red 96 ◦ green 56 ◦ blue 251

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

Shades of Neon Blue #6038FB

Tints of Neon Blue #6038FB

RGB

 RED value IS 96 (37.89% from 255) = 23.82%

 GREEN value IS 56 (22.27% from 255) = 13.9%

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

R = 23.82%
G = 13.9%
B = 62.28%

CMYK

 C value IS 0.62

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6038FB (or 0x6038FB) is known color: Neon Blue. HEX triplet: 60, 38 and FB. RGB value is (96,56,251). Sum of RGB (Red+Green+Blue) = 96+56+251=403 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.82% from 403); Green value is 56 (22.27% from 255 or 13.90% from 403); Blue value is 251 (98.44% from 255 or 62.28% from 403); Max value from RGB is 251 - color contains mainly: blue. Hex color #6038FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6038FB is #9FC704. Grayscale: #595959. Windows color (decimal): -10471173 or 16463968. OLE color: 16463968.

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

Color convert

RGB 96 56 251 -
CMYK 0.62 0.78 0 0.02
HSL 252.31º 0.96% 0.6% -
HSV(B) 252.31º 0.78% 0.98% -
XYZ 23.65 12.28 92.39 -
YUV 90.19 218.75 132.14 -
System Red Green Blue C M Y K H S L
Decimal 96 56 251 0.62 0.78 0 0.02 252.31 0.96 0.6
Hex 60 38 FB 3E 4E 0 2 FC 60 3C
Octal 140 70 373 76 116 0 2 374 140 74
Binary 1100000 111000 11111011 111110 1001110 0 10 11111100 1100000 111100

Color Harmonies of #6038FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6038FB

Black with #6038FB

Text Example


Text Example

White with #6038FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,56,251); }

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

background-color css

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

 a { background-color: rgb(96,56,251); }

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

border-color css

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

 span { border-color: rgb(96,56,251); }

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