Html Css Color HEX #395BFE Neon Blue

📋 copy color: '#395BFE'

red 57 ◦ green 91 ◦ blue 254

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

Shades of Neon Blue #395BFE

Tints of Neon Blue #395BFE

RGB

 RED value IS 57 (22.66% from 255) = 14.18%

 GREEN value IS 91 (35.94% from 255) = 22.64%

 BLUE value IS 254 (99.61% from 255) = 63.18%

R = 14.18%
G = 22.64%
B = 63.18%

CMYK

 C value IS 0.78

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#395BFE (or 0x395BFE) is known color: Neon Blue. HEX triplet: 39, 5B and FE. RGB value is (57,91,254). Sum of RGB (Red+Green+Blue) = 57+91+254=402 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.18% from 402); Green value is 91 (35.94% from 255 or 22.64% from 402); Blue value is 254 (99.61% from 255 or 63.18% from 402); Max value from RGB is 254 - color contains mainly: blue. Hex color #395BFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #395BFE is #C6A401. Grayscale: #626262. Windows color (decimal): -13018114 or 16669497. OLE color: 16669497.

HSL color Cylindrical-coordinate representation of color #395BFE: hue angle of 229.64º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #395BFE is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 57 91 254 -
CMYK 0.78 0.64 0 0.00
HSL 229.64º 0.99% 0.61% -
HSV(B) 229.64º 0.78% 1% -
XYZ 23.32 15.51 95.53 -
YUV 99.42 215.24 97.75 -
System Red Green Blue C M Y K H S L
Decimal 57 91 254 0.78 0.64 0 0.00 229.64 0.99 0.61
Hex 39 5B FE 4E 40 0 0 E6 63 3D
Octal 71 133 376 116 100 0 0 346 143 75
Binary 111001 1011011 11111110 1001110 1000000 0 0 11100110 1100011 111101

Color Harmonies of #395BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395BFE

Black with #395BFE

Text Example


Text Example

White with #395BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395BFE; }

 p { color: rgb(57,91,254); }

 H1.HeaderClassName
 {
   color: #395BFE;
 }
 .AnyTagClassName
 {
   color: #395BFE;
 }
</style>

background-color css

<style>
 a { background-color: #395BFE; }

 a { background-color: rgb(57,91,254); }

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

border-color css

<style>
 span { border-color: #395BFE; }

 span { border-color: rgb(57,91,254); }

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