Html Css Color HEX #395CFF Neon Blue

📋 copy color: '#395CFF'

red 57 ◦ green 92 ◦ blue 255

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

Shades of Neon Blue #395CFF

Tints of Neon Blue #395CFF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.77%

 BLUE value IS 255 (100% from 255) = 63.12%

R = 14.11%
G = 22.77%
B = 63.12%

CMYK

 C value IS 0.78

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#395CFF (or 0x395CFF) is known color: Neon Blue. HEX triplet: 39, 5C and FF. RGB value is (57,92,255). Sum of RGB (Red+Green+Blue) = 57+92+255=404 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.11% from 404); Green value is 92 (36.33% from 255 or 22.77% from 404); Blue value is 255 (100% from 255 or 63.12% from 404); Max value from RGB is 255 - color contains mainly: blue. Hex color #395CFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #395CFF is #C6A300. Grayscale: #636363. Windows color (decimal): -13017857 or 16735289. OLE color: 16735289.

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

Color convert

RGB 57 92 255 -
CMYK 0.78 0.64 0 0
HSL 229.39º 1% 0.61% -
HSV(B) 229.39º 0.78% 1% -
XYZ 23.56 15.74 96.4 -
YUV 100.12 215.4 97.25 -
System Red Green Blue C M Y K H S L
Decimal 57 92 255 0.78 0.64 0 0 229.39 1 0.61
Hex 39 5C FF 4E 40 0 0 E5 64 3D
Octal 71 134 377 116 100 0 0 345 144 75
Binary 111001 1011100 11111111 1001110 1000000 0 0 11100101 1100100 111101

Color Harmonies of #395CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395CFF

Black with #395CFF

Text Example


Text Example

White with #395CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,92,255); }

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

background-color css

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

 a { background-color: rgb(57,92,255); }

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

border-color css

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

 span { border-color: rgb(57,92,255); }

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