Html Css Color HEX #5237FA Neon Blue

📋 copy color: '#5237FA'

red 82 ◦ green 55 ◦ blue 250

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

Shades of Neon Blue #5237FA

Tints of Neon Blue #5237FA

RGB

 RED value IS 82 (32.42% from 255) = 21.19%

 GREEN value IS 55 (21.88% from 255) = 14.21%

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

R = 21.19%
G = 14.21%
B = 64.6%

CMYK

 C value IS 0.67

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5237FA (or 0x5237FA) is known color: Neon Blue. HEX triplet: 52, 37 and FA. RGB value is (82,55,250). Sum of RGB (Red+Green+Blue) = 82+55+250=387 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.19% from 387); Green value is 55 (21.88% from 255 or 14.21% from 387); Blue value is 250 (98.05% from 255 or 64.60% from 387); Max value from RGB is 250 - color contains mainly: blue. Hex color #5237FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5237FA is #ADC805. Grayscale: #545454. Windows color (decimal): -11388934 or 16398162. OLE color: 16398162.

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

Color convert

RGB 82 55 250 -
CMYK 0.67 0.78 0 0.02
HSL 248.31º 0.95% 0.6% -
HSV(B) 248.31º 0.78% 0.98% -
XYZ 22.1 11.43 91.48 -
YUV 85.3 220.95 125.64 -
System Red Green Blue C M Y K H S L
Decimal 82 55 250 0.67 0.78 0 0.02 248.31 0.95 0.6
Hex 52 37 FA 43 4E 0 2 F8 5F 3C
Octal 122 67 372 103 116 0 2 370 137 74
Binary 1010010 110111 11111010 1000011 1001110 0 10 11111000 1011111 111100

Color Harmonies of #5237FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5237FA

Black with #5237FA

Text Example


Text Example

White with #5237FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,55,250); }

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

background-color css

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

 a { background-color: rgb(82,55,250); }

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

border-color css

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

 span { border-color: rgb(82,55,250); }

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