Html Css Color HEX #6038FA Neon Blue

📋 copy color: '#6038FA'

red 96 ◦ green 56 ◦ blue 250

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

Shades of Neon Blue #6038FA

Tints of Neon Blue #6038FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 62.19%

R = 23.88%
G = 13.93%
B = 62.19%

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

#6038FA (or 0x6038FA) is known color: Neon Blue. HEX triplet: 60, 38 and FA. RGB value is (96,56,250). Sum of RGB (Red+Green+Blue) = 96+56+250=402 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.88% from 402); Green value is 56 (22.27% from 255 or 13.93% from 402); Blue value is 250 (98.05% from 255 or 62.19% from 402); Max value from RGB is 250 - color contains mainly: blue. Hex color #6038FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6038FA is #9FC705. Grayscale: #595959. Windows color (decimal): -10471174 or 16398432. OLE color: 16398432.

HSL color Cylindrical-coordinate representation of color #6038FA: hue angle of 252.37º degrees, saturation: 0.95, 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 #6038FA is Cyan = 0.62, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 96 56 250 -
CMYK 0.62 0.78 0 0.02
HSL 252.37º 0.95% 0.6% -
HSV(B) 252.37º 0.78% 0.98% -
XYZ 23.49 12.22 91.56 -
YUV 90.08 218.25 132.23 -
System Red Green Blue C M Y K H S L
Decimal 96 56 250 0.62 0.78 0 0.02 252.37 0.95 0.6
Hex 60 38 FA 3E 4E 0 2 FC 5F 3C
Octal 140 70 372 76 116 0 2 374 137 74
Binary 1100000 111000 11111010 111110 1001110 0 10 11111100 1011111 111100

Color Harmonies of #6038FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6038FA

Black with #6038FA

Text Example


Text Example

White with #6038FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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